Commit 4f8febff by Tyler Hallada

Remove hash & path on dev webpack css module names

This will make bok-choy testing easier.
parent d6880218
......@@ -37,7 +37,7 @@ module.exports = Merge.smart(commonConfig, {
options: {
sourceMap: true,
modules: true,
localIdentName: '[path][name]__[local]--[hash:base64:5]'
localIdentName: '[name]__[local]'
}
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment