ns prepare
Starts a Webpack compilation and prepares the app's App_Resources and the plugins platforms directories
Subcommands
Name | Description |
---|---|
android | Prepares your project for an Android build |
ios | Prepares your project for an iOS build |
Options
Name | Description |
---|---|
--hmr | Enables the hot module replacement (HMR) feature |
--force | Skips the application compatibility checks and forces npm i to ensure all dependencies are installed |
--help, -h | Show help for the prepare subcommand |