Skip to content

Commit 99893e8

Browse files
committed
Make local classnames global
1 parent 1bffa4c commit 99893e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.config.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module.exports = {
6868
{
6969
test: /\.css$/,
7070
include: srcPath,
71-
loader: 'style!css!postcss'
71+
loader: 'style!css?localIdentName=[name]!postcss'
7272
},
7373
{
7474
test: /\.json$/,

0 commit comments

Comments
 (0)