We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
var postcssOptions = production? { plugins: [ require ( 'postcss-will-change'), // fallback will-change require ( 'autoprefixer') (Object.assign ({ browsers: [ 'ie> 8', 'last 5 versions'] }, Options.autoprefixer)), require ( 'postcss-csso'), require ( 'postcss-flexbugs-fixes') ] } {}
Please update depending :)
Webpack 2 can es2015 import, may be necessary to specify in .babelrc: [ "es2015", { "modules": false}] a babel advises himself to a preset page?
It is possible as well to add a couple of rules to compress js: new webpack.optimize.UglifyJsPlugin ({ minimize: true, beautify: false, })
Thank you! :)
The text was updated successfully, but these errors were encountered:
Hmm, seems you posted something in the wrong repo?
Sorry, something went wrong.
oh, is not true bearings :( I hope the author of this wonderful framework still add compression to styles like as noticed :)
CSS compression is already enabled out of the box when running npm run build.
npm run build
No branches or pull requests
Hello!
Please update depending :)
Webpack 2 can es2015 import, may be necessary to specify in .babelrc: [ "es2015", { "modules": false}] a babel advises himself to a preset page?
It is possible as well to add a couple of rules to compress js:
new webpack.optimize.UglifyJsPlugin ({
minimize: true,
beautify: false,
})
Thank you! :)
The text was updated successfully, but these errors were encountered: