Skip to content

Commit

Permalink
updated prod config for WP4 [appends #247]
Browse files Browse the repository at this point in the history
  • Loading branch information
bignamehere committed Jun 6, 2018
1 parent b0bc1a9 commit 334895c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ module.exports = merge(common, {
exclude: /node_modules/,
use: [
MiniCssExtractPlugin.loader,
'css-loader',
{
loader: 'css-loader',
options: {minimize: true}
},
'postcss-loader',
'sass-loader'
]
Expand Down

0 comments on commit 334895c

Please sign in to comment.