fix(webpack): properly emitting process deprecation warnings

This commit is contained in:
Crawl
2018-08-22 04:54:09 +02:00
parent 552323363b
commit 7684ad3ca6
3 changed files with 21 additions and 16 deletions

View File

@@ -52,12 +52,12 @@
"@types/node": "^9.4.6",
"discord.js-docgen": "discordjs/docgen",
"eslint": "^5.4.0",
"parallel-webpack": "^2.2.0",
"parallel-webpack": "^2.3.0",
"tslint": "^3.15.1",
"tslint-config-typings": "^0.2.4",
"typescript": "^3.0.1",
"uglifyjs-webpack-plugin": "^1.2.0",
"webpack": "^3.11.0"
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.17.0"
},
"engines": {
"node": ">=6.0.0"