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

ready to use CSSModules

This commit is contained in:
Rokt33r
2016-04-18 12:43:34 +09:00
parent 948377ba93
commit d06d52deda
4 changed files with 34 additions and 3 deletions

View File

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