aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/webpack.common.js
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-24 22:24:32 +0800
committercrupest <crupest@outlook.com>2020-08-24 22:24:32 +0800
commit2825df8a82e9aa49ba334f3de4d0ad556675559b (patch)
treee952cbcd2c9243b6ff73d4f583ca122b78e3cc75 /Timeline/ClientApp/webpack.common.js
parent827a479ae19c04655d758be5cdf444147a61414b (diff)
downloadtimeline-2825df8a82e9aa49ba334f3de4d0ad556675559b.tar.gz
timeline-2825df8a82e9aa49ba334f3de4d0ad556675559b.tar.bz2
timeline-2825df8a82e9aa49ba334f3de4d0ad556675559b.zip
Use mini-css-extract-plugin in production.
Diffstat (limited to 'Timeline/ClientApp/webpack.common.js')
-rw-r--r--Timeline/ClientApp/webpack.common.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/Timeline/ClientApp/webpack.common.js b/Timeline/ClientApp/webpack.common.js
index 2a619660..7d40fdce 100644
--- a/Timeline/ClientApp/webpack.common.js
+++ b/Timeline/ClientApp/webpack.common.js
@@ -33,9 +33,6 @@ config.module
config.module
.rule('css')
.test(/\.css$/)
- .use('style')
- .loader('style-loader')
- .end()
.use('css')
.loader('css-loader')
.end()
@@ -49,9 +46,6 @@ config.module
config.module
.rule('sass')
.test(/\.(scss|sass)$/)
- .use('style')
- .loader('style-loader')
- .end()
.use('css')
.loader('css-loader')
.end()