Open
Description
Version
3.1.1
Reproduction link
https://github.com/farzadmf/vue-cli-sourcemap-issue
Node and OS info
Node 11.0.0 / yarn 1.12.3 / Windows 10
Steps to reproduce
- Run "yarn serve" to start the application
- Open Chrome devtools and start searching for "HelloWorld.vue"
What is expected?
When I search for HelloWorld.vue
in Chrome devtools, I should see a single file being listed, and when I open that file, I should see my actual source code there
What is actually happening?
When I search for "HelloWorld.vue", I see multiple files being listed with names such as HelloWorld.vue?e24f
... (and a few others with different hash values)
- I developed an app a few months ago with Vue, and I don't remember having this problem; maybe I've forgotten ...!
- The version of vue-cli I have is 3.1.3, but it's not available in the drop-down
- My Chrome version is 70.0.3538.102