diff --git a/webpack.config.ts b/webpack.config.ts index c80293133..1fa18d287 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/,