Remove hash & path on dev webpack css module names

This will make bok-choy testing easier.
This commit is contained in:
Tyler Hallada
2017-12-08 13:11:34 -05:00
parent d6880218e7
commit 4f8febff6d

View File

@@ -37,7 +37,7 @@ module.exports = Merge.smart(commonConfig, {
options: {
sourceMap: true,
modules: true,
localIdentName: '[path][name]__[local]--[hash:base64:5]'
localIdentName: '[name]__[local]'
}
},
{