split webpack builds

This commit is contained in:
Matt Walsh
2026-04-18 14:03:06 -05:00
parent 89bf5e3f31
commit e37c58a0ab
9 changed files with 142 additions and 282 deletions

View File

@@ -12,7 +12,8 @@
"**/bower_components": true,
"**/node_modules": true,
"**/vendor": true,
"dist/**": true
"dist/**": true,
"package-lock.json": true,
},
"cSpell.enabledFileTypes": {
"markdown": true,
@@ -76,7 +77,8 @@
"source.fixAll.eslint": "explicit"
},
"cSpell.words": [
"hibyehihi"
"hibyehihi",
"zakj"
]
},
"extensions": {