Skip to content

Commit d59dbd8

Browse files
committed
remove UnminifiedWebpackPlugin
1 parent 28d8dc6 commit d59dbd8

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

apps/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@
202202
"style-loader": "^0.13.1",
203203
"time-grunt": "^1.3.0",
204204
"time-grunt-nowatch": "github:pcardune/time-grunt-nowatch#c88a3793cf7953090f78fa36f0e991abdcd756da",
205-
"unminified-webpack-plugin": "^1.1.0",
206205
"url-loader": "^0.5.7",
207206
"video.js": "4.5.2",
208207
"webpack": "^4.29.0",

apps/webpack.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ var webpack = require('webpack');
33
var path = require('path');
44
var LiveReloadPlugin = require('webpack-livereload-plugin');
55
var envConstants = require('./envConstants');
6-
var UnminifiedWebpackPlugin = require('unminified-webpack-plugin');
76
var WebpackNotifierPlugin = require('webpack-notifier');
87

98
// Certain packages ship in ES6 and need to be transpiled for our purposes -
@@ -257,7 +256,6 @@ function create(options) {
257256
// // and we haven't been using them.
258257
// sourceMap: false
259258
// }),
260-
new UnminifiedWebpackPlugin(),
261259
]
262260
);
263261
}

apps/yarn.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12884,10 +12884,6 @@ unist-util-visit@^1.0.0, unist-util-visit@^1.1.0:
1288412884
dependencies:
1288512885
unist-util-visit-parents "^2.0.0"
1288612886

12887-
unminified-webpack-plugin@^1.1.0:
12888-
version "1.1.1"
12889-
resolved "https://registry.yarnpkg.com/unminified-webpack-plugin/-/unminified-webpack-plugin-1.1.1.tgz#3f2f1d2a0da133ce38e061e4ed60eae61822207a"
12890-
1289112887
[email protected], unpipe@~1.0.0:
1289212888
version "1.0.0"
1289312889
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"

0 commit comments

Comments
 (0)