aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2020-09-22 11:03:07 +0900
committerGitHub <noreply@github.com>2020-09-22 11:03:07 +0900
commitd956b9e976c01db3944643e2260cb23e23b08221 (patch)
treed953d4d629bd31f5ba1b248133ee1f77cdf470ac /webpack.config.js
parent5d82441ce3d12301bb8f04b78b79fffb04121a37 (diff)
parent7257406df196a29c0f172ee68ca8dbe50a72d21f (diff)
Merge pull request #838 from ueokande/form-styled-components
Use styled-components instead of vanilla CSS/SCSS in option
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/webpack.config.js b/webpack.config.js
index ee252bf..5edee1c 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -36,10 +36,6 @@ const config = {
test: /\.css$/,
loader: 'style-loader!css-loader',
},
- {
- test: /\.scss$/,
- loader: 'style-loader!css-loader!sass-loader?sourceMap=true'
- },
]
},