diff options
author | crupest <crupest@outlook.com> | 2020-08-24 01:20:37 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-08-24 01:20:37 +0800 |
commit | 990b6448fe85fbf56dae0206a8478b36b7ce0e75 (patch) | |
tree | 2769b745dd95a8ed5980970739a9b802591ff8cf /Timeline/ClientApp/package.json | |
parent | e9e0888e9f8a204a29109cb1bb6950c1d72599d6 (diff) | |
download | timeline-990b6448fe85fbf56dae0206a8478b36b7ce0e75.tar.gz timeline-990b6448fe85fbf56dae0206a8478b36b7ce0e75.tar.bz2 timeline-990b6448fe85fbf56dae0206a8478b36b7ce0e75.zip |
Migrate to webpack chain.
Diffstat (limited to 'Timeline/ClientApp/package.json')
-rw-r--r-- | Timeline/ClientApp/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Timeline/ClientApp/package.json b/Timeline/ClientApp/package.json index 3c06baff..e45b6079 100644 --- a/Timeline/ClientApp/package.json +++ b/Timeline/ClientApp/package.json @@ -78,7 +78,6 @@ "@typescript-eslint/eslint-plugin": "^3.6.1", "@typescript-eslint/parser": "^3.6.1", "@yarnpkg/pnpify": "^2.1.0", - "autoprefixer": "^9.8.0", "babel-loader": "^8.1.0", "babel-plugin-transform-builtin-extend": "^1.1.2", "clean-webpack-plugin": "^3.0.0", @@ -96,6 +95,7 @@ "http-server": "^0.12.3", "pnp-webpack-plugin": "^1.6.4", "postcss-loader": "^3.0.0", + "postcss-preset-env": "^6.7.0", "prettier": "^2.0.5", "sass": "^1.26.8", "sass-loader": "^9.0.2", @@ -104,6 +104,7 @@ "typescript": "^3.9.7", "url-loader": "^4.1.0", "webpack": "^4.43.0", + "webpack-chain": "^6.5.1", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.11.0", "workbox-webpack-plugin": "^5.1.3" |