diff --git a/webpack.config.ts b/webpack.config.ts index c802931332..1fa18d2878 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -167,8 +167,7 @@ module.exports = entries.map(x => { } }, { loader: 'stylus-loader' - } - ] + }] }, { test: /\.scss$/, exclude: /node_modules/,