ionic-team / create-capacitor-plugin

Create a new Capacitor plugin ⚡️
Other
79 stars 11 forks source link

Ensure `@capacitor/core` isn't being bundled into the rollup bundles #52

Closed imhoffd closed 6 months ago

imhoffd commented 3 years ago

We need @capacitor/core to be an external dependency. There should only be one instance of it in an app.

jcesarmobile commented 6 months ago

It's a peer dependency now, so should't be an issue