-
-
Couldn't load subscription status.
- Fork 6.3k
Closed
Description
Version
3.0.0-rc.3
Reproduction link
https://github.com/octref/disable-overlay
Steps to reproduce
- Observe
vue.config.jstried using bothchainWebpackandconfigureWebpackto disable dev server overlay yarn serve- Notice the syntax error in
Helloworld.vuecauses browser to show error overlay
Note: If I disable overlay by manually going into https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/cli-service/lib/commands/serve.js#L129-L131 in my node_modules, I can disable overlay. It seems vue.config.js is not read properly by vue-cli for the webpack options.
What is expected?
Error overlay is disabled
What is actually happening?
Error overlay is enabled
MaxmaxmaximusAWS