1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

modify localIdentName of css loader

This commit is contained in:
Rokt33r
2016-05-12 20:45:03 +09:00
parent 9d60704c9b
commit c851f8f006
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ var config = Object.assign({}, skeleton, {
{
test: /\.styl?$/,
exclude: /(node_modules|bower_components)/,
loader: 'style!css?modules&importLoaders=1&localIdentName=[path]___[name]__[local]___[hash:base64:5]!stylus?sourceMap'
loader: 'style!css?modules&importLoaders=1&localIdentName=[name]__[local]___[path]!stylus?sourceMap'
}
]
},

View File

@@ -12,7 +12,7 @@ var config = Object.assign({}, skeleton, {
{
test: /\.styl?$/,
exclude: /(node_modules|bower_components)/,
loader: 'style!css?modules&importLoaders=1&localIdentName=[path]___[name]__[local]___[hash:base64:5]!stylus?sourceMap'
loader: 'style!css?modules&importLoaders=1&localIdentName=[name]__[local]___[path]!stylus?sourceMap'
}
]
},