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

update webpack.config

This commit is contained in:
Dick Choi
2016-05-24 16:53:21 +09:00
parent 93d3ea70fc
commit dfe34a9f22
3 changed files with 7 additions and 7 deletions

View File

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