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
Add --inline option to "npx cap copy" command, as was added to "npx cap sync --inline", in Capacitor 4.1.0
Description
In capacitor 4.1.0 there is a new option [--inline] which enables syncing of all JS source maps, allowing for debugging an Android Web View in Chromium based browsers.
This option was added only to 'sync' command which syncs both native plugins & web app files.
During Ionic development, the 'npx cap copy' command is being used more often, when updating the web app files only, but this command doesn't support (returns error 'error: unknown option '--inline'').
I suggest adding [--inline] option to copy command as well, since this is fast command that being used a lot for syncing web files and the --inline command is relevant to web files (JS source maps)
Thanks!
Platform(s)
Android & iOS
Preferred Solution
Adding [--inline] option to copy command as well: "npx cap copy --inline"
The text was updated successfully, but these errors were encountered:
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.
Feature Request
Add --inline option to "npx cap copy" command, as was added to "npx cap sync --inline", in Capacitor 4.1.0
Description
In capacitor 4.1.0 there is a new option [--inline] which enables syncing of all JS source maps, allowing for debugging an Android Web View in Chromium based browsers.
This option was added only to 'sync' command which syncs both native plugins & web app files.
During Ionic development, the 'npx cap copy' command is being used more often, when updating the web app files only, but this command doesn't support (returns error 'error: unknown option '--inline'').
I suggest adding [--inline] option to copy command as well, since this is fast command that being used a lot for syncing web files and the --inline command is relevant to web files (JS source maps)
Thanks!
Platform(s)
Android & iOS
Preferred Solution
Adding [--inline] option to copy command as well: "npx cap copy --inline"
The text was updated successfully, but these errors were encountered: