Add webpack to all plugins

This commit is contained in:
Cooldude2606
2025-09-12 20:47:32 +01:00
parent f1f4117e0f
commit 6bb26f60ad
22 changed files with 198 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.node.json" }
{ "path": "./tsconfig.node.json" },
{ "path": "./tsconfig.browser.json" }
]
}