You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following can be addressed before the feature freeze:
the CLI prompt recommends a class name suffix of Plugin, which results in a PluginPlugin suffix for web
class names are inconsistent between native and web "I entered MyPlugin and that created a plugin that's accessible via Capacitor.Plugins.MyPlugin" (moved to Plugin Template updates for 3.0 #3267)
Podspec has a bunch of whitespace issues
rollup.config.json is present, but rollup is neither installed nor configured (also should be updated to use the new node-resolve)
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
The following can be addressed before the feature freeze:
Plugin
, which results in aPluginPlugin
suffix for webclass names are inconsistent between native and web "I entered MyPlugin and that created a plugin that's accessible via Capacitor.Plugins.MyPlugin"(moved to Plugin Template updates for 3.0 #3267)rollup.config.json
is present, but rollup is neither installed nor configured (also should be updated to use the new node-resolve)provide an initial separation between functionality and bridge communication (see Capacitor v3: Make plugins usable for native code #3222)(moved to Plugin Template updates for 3.0 #3267)tsconfig.json
The text was updated successfully, but these errors were encountered: