Skip to content
Snippets Groups Projects
Commit 4f8febff authored by Tyler Hallada's avatar Tyler Hallada
Browse files

Remove hash & path on dev webpack css module names

This will make bok-choy testing easier.
parent d6880218
Branches
Tags
No related merge requests found
......@@ -37,7 +37,7 @@ module.exports = Merge.smart(commonConfig, {
options: {
sourceMap: true,
modules: true,
localIdentName: '[path][name]__[local]--[hash:base64:5]'
localIdentName: '[name]__[local]'
}
},
{
......
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