fix sec npm packages

This commit is contained in:
raphael 2021-06-17 08:54:10 +02:00
parent ba28509959
commit 316d09d4e1
3 changed files with 476 additions and 307 deletions

View File

@ -48,7 +48,7 @@ const config = {
"window.jQuery": "jquery",
"window.$": "jquery",
}),
new CopyPlugin([{ from: "assets", to: "" }]),
new CopyPlugin({ patterns: [{ from: "assets", to: "" }] }),
new HtmlWebpackPlugin({
template: "src/index.html",
minify: false,

775
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -57,7 +57,7 @@
"babel-loader": "^8.1.0",
"babel-preset-minify": "^0.5.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"copy-webpack-plugin": "^6.3.2",
"css-loader": "^5.2.6",
"html-webpack-plugin": "^4.5.2",
"husky": "^4.2.5",
@ -72,7 +72,7 @@
"vanilla-picker": "^2.10.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^4.2.2"
},
"author": "Cracker0dks",