getting there
This commit is contained in:
@@ -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"],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user