Skip to content

Commit cd525ca

Browse files
committed
Add toolbox loader for production build
1 parent 32c4910 commit cd525ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/webpack.config.production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
loader: 'babel'
3333
}, {
3434
test: /(\.scss|\.css)$/,
35-
loader: ExtractTextPlugin.extract('style', 'css?modules&importLoaders=1&localIdentName=[name]__[local]___[hash:base64:5]!postcss!sass')
35+
loader: ExtractTextPlugin.extract('style', 'css?modules&importLoaders=1&localIdentName=[name]__[local]___[hash:base64:5]!postcss!sass!toolbox')
3636
}, {
3737
test: /(\.txt)$/,
3838
loader: 'raw',

0 commit comments

Comments
 (0)