diff options
author | crupest <crupest@outlook.com> | 2020-10-31 23:49:30 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-31 23:49:30 +0800 |
commit | e41a31061f700c2c583333a28156290ea617d6dc (patch) | |
tree | e74b35e5aee8c873f1e3dd23e21a208ecd4fb114 | |
parent | 1b80b699e477a0c14a069401cf39126d19668bf0 (diff) | |
download | timeline-e41a31061f700c2c583333a28156290ea617d6dc.tar.gz timeline-e41a31061f700c2c583333a28156290ea617d6dc.tar.bz2 timeline-e41a31061f700c2c583333a28156290ea617d6dc.zip |
chore: Remove unused import in webpack config.
-rw-r--r-- | FrontEnd/webpack.common.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FrontEnd/webpack.common.js b/FrontEnd/webpack.common.js index 3779003e..e957a399 100644 --- a/FrontEnd/webpack.common.js +++ b/FrontEnd/webpack.common.js @@ -1,6 +1,5 @@ const path = require("path");
const HtmlWebpackPlugin = require("html-webpack-plugin");
-const postcssPresetEnv = require("postcss-preset-env");
const Config = require("webpack-chain");
const config = new Config();
|