Bug 1642397 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

https://vue-vuex-realworld.netlify.app/ is another great example of this.

If you want to open the `Home` component, `webpack:///src/views/Home.vue?493c` gets shown by default in the Source Tree while `webpack:///src/views/Home.vue` is the vue file a developer would want to see. `webpack:///src/views/Home.vue?f01b` is also in search, but only contains the compiled vue template. I guess either the last or first entry that comes in wins and replaces all others.
https://vue-vuex-realworld.netlify.app/ is another great example of this.

If you want to open the `Home` component, `webpack:///src/views/Home.vue?493c` gets shown by default in the Source Tree while `webpack:///src/views/Home.vue` is the vue file a developer would want to see. `webpack:///src/views/Home.vue?f01b` is also in search, but only contains the compiled vue template. I guess either the last or first entry that comes in wins and replaces all others.

The source map seems to have issues, but I can't tell for sure how severe they are: https://sourcemaps.io/report/1591048717188_https%3A%2F%2Fvue-vuex-realworld.netlify.app%2Fjs%2Fapp.7ca7b6fc.js

Back to Bug 1642397 Comment 2