Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Breakpoints not working #57

Open
getglad opened this issue Sep 19, 2016 · 1 comment
Open

Breakpoints not working #57

getglad opened this issue Sep 19, 2016 · 1 comment

Comments

@getglad
Copy link

getglad commented Sep 19, 2016

I am running into an issue when running npm run serve that is causing the breakpoints to fail - they are simply ignored. This is happening in Chrome on Win7, but I am seeing on the webpack issues board that it is on several OS/Browser combos when using cheap-module-eval-source-map.

My fix for now is:
./conf/webpack.conf.js
Orig:
devtool: 'cheap-module-eval-source-map

Change:
devtool: 'cheap-source-map'

Is there a better proposed fix?

@Swiip
Copy link
Member

Swiip commented Sep 22, 2016

Resolved by #56 I think

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants