Skip to content

Commit

Permalink
Add toolbox loader for production build
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Nov 3, 2015
1 parent 32c4910 commit cd525ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/webpack.config.production.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
loader: 'babel'
}, {
test: /(\.scss|\.css)$/,
loader: ExtractTextPlugin.extract('style', 'css?modules&importLoaders=1&localIdentName=[name]__[local]___[hash:base64:5]!postcss!sass')
loader: ExtractTextPlugin.extract('style', 'css?modules&importLoaders=1&localIdentName=[name]__[local]___[hash:base64:5]!postcss!sass!toolbox')
}, {
test: /(\.txt)$/,
loader: 'raw',
Expand Down

0 comments on commit cd525ca

Please sign in to comment.