ionic capacitor copy
Copy web assets to native platforms
$ ionic capacitor copy [platform] [options]
ionic capacitor copy will do the following:
- Perform an Ionic build, which compiles web assets
- Copy web assets to Capacitor native platform(s)
platform
コピーするプラットフォーム(例:android、ios)。
Options
--no-build: Do not invoke an Ionic build--prod: Flag to use theproductionconfiguration
Advanced Options
--configuration=<conf>: Specify the configuration to use (or-c)--source-map: Output source maps--watch: Rebuild when files change