-
Notifications
You must be signed in to change notification settings - Fork 683
Closed
Labels
Description
Description:
Custom build flags are not being passed to vue-cli-service preventing users from making development builds.
Steps to Reproduce:
ionic start --type=vue. Any template is fine.- Run
ionic build -- --mode development. Notice that it still says "Building for production..."
I would expect that themodeflag gets passed so thatvue-cli-servicebuilds for development.
Note: The following command works as expected: npm run build -- --mode development
My ionic info:
Ionic:
Ionic CLI : 6.12.4 (/Users/liamdebeasi/.nvm/versions/node/v15.0.1/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/vue 5.6.0-dev.202102092029.cc5c8c6
Capacitor:
Capacitor CLI : 2.4.5
@capacitor/core : 2.4.5
Utility:
cordova-res : not installed
native-run (update available: 1.3.0) : 1.2.2
System:
NodeJS : v15.0.1 (/Users/liamdebeasi/.nvm/versions/node/v15.0.1/bin/node)
npm : 7.0.7
OS : macOS Big Sur
Reactions are currently unavailable