Skip to content

Commit 0176921

Browse files
committed
Removes unneeded plugin
1 parent daf3b1c commit 0176921

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui.webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'use strict';
2-
const webpack = require('webpack');
32
const glob = require('glob');
43
const path = require('path');
54
const CleanWebpackPlugin = require('clean-webpack-plugin');
@@ -21,7 +20,6 @@ module.exports = function(env, argv) {
2120

2221
const plugins = [
2322
new CleanWebpackPlugin(clean),
24-
new webpack.optimize.ModuleConcatenationPlugin(),
2523
new MiniCssExtractPlugin({
2624
filename: '[name].css'
2725
}),

0 commit comments

Comments
 (0)