From dfa4bc1b86028e45b173dcb2bf0fecfec0fb5e46 Mon Sep 17 00:00:00 2001 From: yuki540 Date: Wed, 21 Feb 2018 12:12:09 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20webpack=E3=81=A7=E7=94=BB=E5=83=8F?= =?UTF-8?q?=E3=81=AE=E5=8F=96=E3=82=8A=E8=BE=BC=E3=81=BF=E3=82=92=E3=81=97?= =?UTF-8?q?=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack.config.babel.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/webpack.config.babel.js b/webpack.config.babel.js index 05ce91a..903701d 100644 --- a/webpack.config.babel.js +++ b/webpack.config.babel.js @@ -35,7 +35,12 @@ const css = { { test: /\.scss$/, use: ExtractTextPlugin.extract([ - { loader: 'css-loader' }, + { + loader: 'css-loader', + options: { + url: false + } + }, { loader: 'sass-loader', options: {