feat: allow to disable chunk building by setting DISABLE_CHUNK=1

This commit is contained in:
Yidadaa
2023-06-29 23:28:29 +08:00
parent 3adca26808
commit 463251dcc1
6 changed files with 496 additions and 9 deletions

View File

@@ -55,7 +55,8 @@
"husky": "^8.0.0",
"lint-staged": "^13.2.2",
"prettier": "^2.8.7",
"typescript": "4.9.5"
"typescript": "4.9.5",
"webpack": "^5.88.1"
},
"resolutions": {
"lint-staged/yaml": "^2.2.2"