Revert "feat: migrate from Webpack to esbuild for optimized builds"

This reverts commit f47561fd7c.
This commit is contained in:
Daniel Sogl
2025-06-10 17:15:53 +02:00
parent 216e553f63
commit 963d4a2f3e
10 changed files with 1328 additions and 953 deletions
+2
View File
@@ -0,0 +1,2 @@
// removes the __extends method that is added automatically by typescript
module.exports = (source) => source.replace(/var\s__extends\s=\s\(this\s&&[\sa-z\._\(\)\|{}=:\[\]&,;?]+}\)\(\);/i, '');