Skip to content

Commit

Permalink
Remove hash & path on dev webpack css module names
Browse files Browse the repository at this point in the history
This will make bok-choy testing easier.
  • Loading branch information
thallada committed Dec 14, 2017
1 parent d688021 commit 4f8febf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = Merge.smart(commonConfig, {
options: {
sourceMap: true,
modules: true,
localIdentName: '[path][name]__[local]--[hash:base64:5]'
localIdentName: '[name]__[local]'
}
},
{
Expand Down

0 comments on commit 4f8febf

Please sign in to comment.