Bring back extract text webpack plugin
This commit is contained in:
@@ -20,6 +20,9 @@ productionWebpackConfig.plugins.push(
|
||||
template: 'server/static/index.html',
|
||||
})
|
||||
);
|
||||
productionWebpackConfig.plugins.push(
|
||||
new ExtractTextPlugin('styles.[hash].css')
|
||||
);
|
||||
productionWebpackConfig.plugins.push(
|
||||
new webpack.optimize.OccurenceOrderPlugin()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user