diff options
author | crupest <crupest@outlook.com> | 2020-08-24 22:24:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-08-24 22:24:32 +0800 |
commit | f7b5ebbf08704c4e188df8c3a4e4a6985ed52ec9 (patch) | |
tree | 0db69b587fbd36733a93a21e135abeeea7ad6b4c /Timeline/ClientApp/package.json | |
parent | 1a99cb1c4fd8b06c0b7dcc3ec85505c632b3bbc3 (diff) | |
download | timeline-f7b5ebbf08704c4e188df8c3a4e4a6985ed52ec9.tar.gz timeline-f7b5ebbf08704c4e188df8c3a4e4a6985ed52ec9.tar.bz2 timeline-f7b5ebbf08704c4e188df8c3a4e4a6985ed52ec9.zip |
Use mini-css-extract-plugin in production.
Diffstat (limited to 'Timeline/ClientApp/package.json')
-rw-r--r-- | Timeline/ClientApp/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/ClientApp/package.json b/Timeline/ClientApp/package.json index e45b6079..27974f72 100644 --- a/Timeline/ClientApp/package.json +++ b/Timeline/ClientApp/package.json @@ -93,6 +93,7 @@ "html-webpack-plugin": "^3.2.0", "html-webpack-template": "^6.2.0", "http-server": "^0.12.3", + "mini-css-extract-plugin": "^0.10.0", "pnp-webpack-plugin": "^1.6.4", "postcss-loader": "^3.0.0", "postcss-preset-env": "^6.7.0", |