diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js index a8add43..8311aef 100644 --- a/config/webpack.config.prod.js +++ b/config/webpack.config.prod.js @@ -252,7 +252,7 @@ module.exports = { } }), // Note: this won't work without ExtractTextPlugin.extract(..) in `loaders`. - new ExtractTextPlugin('static/css/[name].[contenthash:8].css'), + new ExtractTextPlugin('[name].[contenthash:8].css'), // Generate a manifest file which contains a mapping of all asset filenames // to their corresponding output file so that tools can pick it up without // having to parse `index.html`.