Skip to content

Commit b3eca3c

Browse files
committed
remove some modules
1 parent b1b5222 commit b3eca3c

File tree

3 files changed

+4
-240
lines changed

3 files changed

+4
-240
lines changed

package-lock.json

Lines changed: 4 additions & 233 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,21 @@
3535
"decompress": "^4.2.1",
3636
"decompress-tarxz": "^3.0.0",
3737
"express": "^4.17.1",
38-
"extract-zip": "^2.0.1",
3938
"helmet": "^4.4.1",
4039
"html-webpack-plugin": "^4.5.1",
41-
"http": "0.0.1-security",
4240
"jquery": "^3.5.1",
4341
"lodash-webpack-plugin": "^0.11.6",
4442
"mineflayer": "^3.0.0",
4543
"net-browserify": "michaljaz/net-browserify",
46-
"node": "^14.15.2",
4744
"open": "^7.4.2",
4845
"popper.js": "^1.16.1",
4946
"prismarine-block": "^1.7.3",
50-
"prismarine-chunk": "^1.22.0",
5147
"rimraf": "^3.0.2",
5248
"stats-js": "^1.0.1",
5349
"sweetalert": "^2.1.2",
5450
"three": "^0.125.0",
5551
"webpack-dev-server": "^3.11.1",
5652
"webpack-merge": "^5.7.3",
57-
"webpackbar": "^5.0.0-3",
5853
"worker-loader": "^3.0.7",
5954
"ws": "^7.4.3"
6055
},

src/webpack.common.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
const WebpackBar = require('webpackbar')
21
const HtmlWebpackPlugin = require('html-webpack-plugin')
32
const CopyPlugin = require('copy-webpack-plugin')
43
const path = require('path')
@@ -67,7 +66,6 @@ module.exports = {
6766
favicon: path.join(__dirname, 'assets/images/favicon.png')
6867
}),
6968
new LodashModuleReplacementPlugin(),
70-
new WebpackBar(),
7169
new CopyPlugin({
7270
patterns: [
7371
{

0 commit comments

Comments
 (0)