-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting wrong breakpoints / lines in Chrome when using this template out-of-the-box #589
Comments
Investigating a bit further changing from |
Had similar issues. Changed "#cheap-module-eval-source-map" to "#source-map" in webpack.dev.conf.js and I'm good now. I also have this issue when running unit tests in Chrome browser (which uses #inline-source-map). Changing that to "#source-map" didn't seem to work. Hoping someone has a good workaround for that case :) |
@tsneed290 : I'm not working with Vue currently, but i have a very similar config. I encoutered the same issues. the devTool param is not the same for dev and for test, because test use karma-sourcemap-loader, and I'm pretty sure that prevent to use the same config :( |
wrong close |
duplicate of #520? |
Using this template out-of-the-box I'm having issues with setting breakpoints in Chrome. Specifically:
I'm running my dev env with
npm run dev
This happens on both
.vue
as well as normal.js
-files.Additionally, I thought this might be an issue with hot-reloading but it happens on a clean run of
npm run dev
as well as on consecutive runs.Is this a known issue? Any workarounds?
The text was updated successfully, but these errors were encountered: