From 04e47d51a1fa0b4dcbd5ecb885af6adc031ff0cf Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 31 Oct 2020 23:49:30 +0800 Subject: chore: Remove unused import in webpack config. --- FrontEnd/webpack.common.js | 1 - 1 file changed, 1 deletion(-) (limited to 'FrontEnd') 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(); -- cgit v1.2.3