chore: better handling
Work around for: https://github.com/SimenB/add-asset-html-webpack-plugin/issues/373
This commit is contained in:
parent
3d89571e9b
commit
b861375073
6213
package-lock.json
generated
6213
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -17,9 +17,6 @@
|
||||||
"publish": "node build/publish",
|
"publish": "node build/publish",
|
||||||
"test": "node build/tasks -- test -t 300000"
|
"test": "node build/tasks -- test -t 300000"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
|
||||||
"husky": "^9.0.7"
|
|
||||||
},
|
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
]
|
]
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flecks/build": "^3.0.0",
|
"@flecks/build": "^3.0.0",
|
||||||
"@flecks/create-fleck": "^3.0.0",
|
"@flecks/create-fleck": "^3.0.0",
|
||||||
"husky": "^9.0.7",
|
|
||||||
"lerna": "^8.0.2",
|
"lerna": "^8.0.2",
|
||||||
"patch-package": "^8.0.0",
|
"patch-package": "^8.0.0",
|
||||||
"postinstall-postinstall": "^2.1.0"
|
"postinstall-postinstall": "^2.1.0"
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"html-loader": "^4.2.0",
|
"html-loader": "^4.2.0",
|
||||||
"html-webpack-plugin": "^5.5.3",
|
"html-webpack-plugin": "^5.5.3",
|
||||||
|
"husky": "^9.0.7",
|
||||||
"http-proxy": "^1.17.0",
|
"http-proxy": "^1.17.0",
|
||||||
"mini-css-extract-plugin": "^2.7.6",
|
"mini-css-extract-plugin": "^2.7.6",
|
||||||
"mocha": "^10.2.0",
|
"mocha": "^10.2.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user