From 0176921616e938b2abbe0338a672c34ff7c8946e Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 30 Jul 2018 23:17:44 -0400 Subject: [PATCH] Removes unneeded plugin --- ui.webpack.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui.webpack.config.js b/ui.webpack.config.js index c423dbb..ed691c0 100644 --- a/ui.webpack.config.js +++ b/ui.webpack.config.js @@ -1,5 +1,4 @@ 'use strict'; -const webpack = require('webpack'); const glob = require('glob'); const path = require('path'); const CleanWebpackPlugin = require('clean-webpack-plugin'); @@ -21,7 +20,6 @@ module.exports = function(env, argv) { const plugins = [ new CleanWebpackPlugin(clean), - new webpack.optimize.ModuleConcatenationPlugin(), new MiniCssExtractPlugin({ filename: '[name].css' }),