You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 thewebpack
issues board that it is on several OS/Browser combos when usingcheap-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?
The text was updated successfully, but these errors were encountered: