aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/webpack.common.js
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-10-31 23:49:30 +0800
committercrupest <crupest@outlook.com>2020-10-31 23:49:30 +0800
commite41a31061f700c2c583333a28156290ea617d6dc (patch)
treee74b35e5aee8c873f1e3dd23e21a208ecd4fb114 /FrontEnd/webpack.common.js
parent1b80b699e477a0c14a069401cf39126d19668bf0 (diff)
downloadtimeline-e41a31061f700c2c583333a28156290ea617d6dc.tar.gz
timeline-e41a31061f700c2c583333a28156290ea617d6dc.tar.bz2
timeline-e41a31061f700c2c583333a28156290ea617d6dc.zip
chore: Remove unused import in webpack config.
Diffstat (limited to 'FrontEnd/webpack.common.js')
-rw-r--r--FrontEnd/webpack.common.js1
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();