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
commitf7b5ebbf08704c4e188df8c3a4e4a6985ed52ec9 (patch)
tree0db69b587fbd36733a93a21e135abeeea7ad6b4c /Timeline/ClientApp/webpack.common.js
parent1a99cb1c4fd8b06c0b7dcc3ec85505c632b3bbc3 (diff)
downloadtimeline-f7b5ebbf08704c4e188df8c3a4e4a6985ed52ec9.tar.gz
timeline-f7b5ebbf08704c4e188df8c3a4e4a6985ed52ec9.tar.bz2
timeline-f7b5ebbf08704c4e188df8c3a4e4a6985ed52ec9.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()