chore: basic webpack 5 upgrade

This commit is contained in:
Abhijith Vijayan [KUBRIC] 2024-01-31 04:21:53 +05:30
parent 1050527cd7
commit f1ce072ae7
2 changed files with 373 additions and 2399 deletions

2764
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -78,10 +78,10 @@
"sass-loader": "^10.2.0",
"terser-webpack-plugin": "^4.2.3",
"typescript": "4.9.5",
"webpack": "^4.46.0",
"webpack-cli": "^4.7.0",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4",
"webpack-extension-reloader": "^1.1.4",
"wext-manifest-loader": "^2.3.0",
"wext-manifest-webpack-plugin": "^1.2.1"
"wext-manifest-loader": "^2.4.1",
"wext-manifest-webpack-plugin": "^1.4.0"
}
}