Skip to content

Conversation

@weaverryan
Copy link
Member

The previous spot is an outdated spot anyways, and it caused an edge-case bug with
resolution of some SASS paths: symfony/demo#586

The previous spot is an outdated spot anyways, and it caused an edge-case bug with
resolution of some SASS paths: symfony/demo#586
@weaverryan weaverryan merged commit 8cb76dc into symfony:master Jun 12, 2017
@weaverryan weaverryan deleted the fix-sass-production-resolving branch June 12, 2017 19:47
const cssLoaders = [
{
loader: 'css-loader' + this.getSourceMapOption(),
loader: 'css-loader' + this.getSourceMapOption() + (this.webpackConfig.isProduction() ? '?minimize=1' : ''),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this use options instead of the query string way ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants