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
@@ -8,8 +8,6 @@
"noImplicitAny": true,
"module": "es2015",
"moduleResolution": "node",
"isolatedModules": true,
"esModuleInterop": true,
"paths": {
"@awesome-cordova-plugins/core": ["./dist/@awesome-cordova-plugins/core"]
},