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 | 2825df8a82e9aa49ba334f3de4d0ad556675559b (patch) | |
tree | e952cbcd2c9243b6ff73d4f583ca122b78e3cc75 /Timeline/ClientApp/package.json | |
parent | 827a479ae19c04655d758be5cdf444147a61414b (diff) | |
download | timeline-2825df8a82e9aa49ba334f3de4d0ad556675559b.tar.gz timeline-2825df8a82e9aa49ba334f3de4d0ad556675559b.tar.bz2 timeline-2825df8a82e9aa49ba334f3de4d0ad556675559b.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", |