From e4feebf59ef45d819da922e88f0033610b9a5dff Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 19 Mar 2018 22:48:00 +0900 Subject: [PATCH] oops --- webpack.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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/,