Skip to content

Commit

Permalink
Do not extract CSS from Vue components
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonjchen committed May 26, 2017
1 parent d8f3ae9 commit 915e25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/vue-loader.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
sourceMap: isProduction
? config.build.productionSourceMap
: config.dev.cssSourceMap,
extract: isProduction
extract: false
}),
esModule: true,
}

0 comments on commit 915e25b

Please sign in to comment.