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 | 04e47d51a1fa0b4dcbd5ecb885af6adc031ff0cf (patch) | |
tree | 55bec5a298352d434937d06f274cdc3ca92ae10c /FrontEnd/webpack.common.js | |
parent | a3c97f6fb6313da2e8c0fac0b4c08f2ef4265d0f (diff) | |
download | timeline-04e47d51a1fa0b4dcbd5ecb885af6adc031ff0cf.tar.gz timeline-04e47d51a1fa0b4dcbd5ecb885af6adc031ff0cf.tar.bz2 timeline-04e47d51a1fa0b4dcbd5ecb885af6adc031ff0cf.zip |
chore: Remove unused import in webpack config.
Diffstat (limited to 'FrontEnd/webpack.common.js')
-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();
|