Skip to content

Commit

Permalink
Don't minify stage 2 css; closes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
saki7 committed Nov 9, 2017
1 parent d143bbe commit 18fb40e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ module.exports = env => (Merge.multiple(common(env), {
},
css: {
plugins: [
new OptimizeCSSAssetsPlugin({
canPrint: true,
}),
// new OptimizeCSSAssetsPlugin({
// canPrint: true,
// }),
],
},
}))
Expand Down

0 comments on commit 18fb40e

Please sign in to comment.