fix: css.extract options handling

close #1061
This commit is contained in:
Evan You
2018-04-27 12:52:10 -04:00
parent 9cfafea328
commit 8e72943fcf
3 changed files with 5 additions and 7 deletions
+1
View File
@@ -40,6 +40,7 @@ module.exports = {
// CSS related options
css: {
// extract CSS in components into a single CSS file (only in production)
// can also be an object of options to pass to extract-text-webpack-plugin
extract: true,
// enable CSS source maps?