Remove redundant package

This commit is contained in:
Jordan Eldredge 2019-11-05 19:33:45 -08:00
parent e46cbf42f0
commit 062c4476a7
3 changed files with 2 additions and 8 deletions

View file

@ -1,6 +1,5 @@
const path = require("path");
const { BundleAnalyzerPlugin } = require("webpack-bundle-analyzer");
const UnminifiedWebpackPlugin = require("unminified-webpack-plugin");
module.exports = {
devtool: "source-map",
@ -46,8 +45,6 @@ module.exports = {
reportFilename: "library-report.html",
openAnalyzer: false,
}),
// Also generate non-minified bundles.
new UnminifiedWebpackPlugin(),
],
performance: {
// We do some crazy shit okay! Don't judge!
@ -55,7 +52,9 @@ module.exports = {
maxAssetSize: 9000000,
},
entry: {
bundle: "./js/webamp.js",
"bundle.min": "./js/webamp.js",
"lazy-bundle": "./js/webampLazy.tsx",
"lazy-bundle.min": "./js/webampLazy.tsx",
},
output: {

View file

@ -131,7 +131,6 @@
"style-loader": "^0.23.1",
"tinyqueue": "^1.2.3",
"typescript": "^3.7.2",
"unminified-webpack-plugin": "^2.0.0",
"url-loader": "^1.1.2",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.3.2",

View file

@ -10845,10 +10845,6 @@ universalify@^0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.1.tgz#fa71badd4437af4c148841e3b3b165f9e9e590b7"
unminified-webpack-plugin@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/unminified-webpack-plugin/-/unminified-webpack-plugin-2.0.0.tgz#9cd9c3f420003e968d6ed5ea365085be5e72df14"
unpipe@1.0.0, unpipe@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"