Closed
Description
Version
3.0.0-rc.5
Reproduction link
Steps to reproduce
- Create a new project using vue ui
- Use manual configuration and enable PWA support
- Set an App-Name in the PWA configuration section
- Try to run serve
What is expected?
The project starts up and is served with HMR.
What is actually happening?
Vue CLI exits with an error code of 1
Running npm run serve
in the console outputs the following:
Invalid options in vue.config.js: "org" is not allowed
I also noticed that the App Name input is empty every time that section of the configuration is opened.