Skip to content

Moving minification options #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 12, 2017

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
@@ -100,7 +100,7 @@ class ConfigGenerator {
buildRulesConfig() {
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