chore: better handling

Work around for: https://github.com/SimenB/add-asset-html-webpack-plugin/issues/373
This commit is contained in:
cha0s 2024-02-08 15:35:13 -06:00
parent 3d89571e9b
commit b861375073
4 changed files with 2972 additions and 3246 deletions

6213
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,9 +17,6 @@
"publish": "node build/publish",
"test": "node build/tasks -- test -t 300000"
},
"devDependencies": {
"husky": "^9.0.7"
},
"workspaces": [
"packages/*"
]

View File

@ -17,7 +17,6 @@
"devDependencies": {
"@flecks/build": "^3.0.0",
"@flecks/create-fleck": "^3.0.0",
"husky": "^9.0.7",
"lerna": "^8.0.2",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0"

View File

@ -43,6 +43,7 @@
"express": "^4.17.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.3",
"husky": "^9.0.7",
"http-proxy": "^1.17.0",
"mini-css-extract-plugin": "^2.7.6",
"mocha": "^10.2.0",