From 25a5669739f9d84458b5bb1308ed41e578e18367 Mon Sep 17 00:00:00 2001 From: Parth Banathia <61310729+Parth0105@users.noreply.github.com> Date: Thu, 29 Sep 2022 00:27:06 +0530 Subject: [PATCH] fix: removed unused imports (#4914) Co-authored-by: parth0105pluang <98079965+parth0105pluang@users.noreply.github.com> Co-authored-by: Jay --- webpack.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index a9587a228b..09b43d348f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,5 +1,3 @@ -const TerserPlugin = require('terser-webpack-plugin'); -var webpack = require('webpack'); var config = {}; function generateConfig(name) {