getting there

This commit is contained in:
eskimo
2024-10-03 13:45:22 -04:00
parent de6b28ab43
commit 7e77833452
8 changed files with 3657 additions and 21 deletions

View File

@@ -7,6 +7,7 @@ export default {
name: 'capacitorSockets',
globals: {
'@capacitor/core': 'capacitorExports',
"mitt": "mitt"
},
sourcemap: true,
inlineDynamicImports: true,
@@ -18,5 +19,5 @@ export default {
inlineDynamicImports: true,
},
],
external: ['@capacitor/core'],
external: ['@capacitor/core', "mitt"],
};