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:
@@ -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'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user