mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
fix: webpack building and upgrading to webpack 4.5
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
"peerDependencies": {
|
||||
"bufferutil": "^3.0.0",
|
||||
"erlpack": "discordapp/erlpack",
|
||||
"sodium": "^2.0.0",
|
||||
"libsodium-wrappers": "^0.7.0",
|
||||
"sodium": "^2.0.0",
|
||||
"uws": "^9.14.0",
|
||||
"zlib-sync": "^0.1.0"
|
||||
},
|
||||
@@ -54,7 +54,8 @@
|
||||
"eslint": "^4.17.0",
|
||||
"json-filter-loader": "^1.0.0",
|
||||
"uglifyjs-webpack-plugin": "^1.1.8",
|
||||
"webpack": "^3.11.0"
|
||||
"webpack": "^4.5.0",
|
||||
"webpack-cli": "^2.0.14"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
|
||||
Reference in New Issue
Block a user