FountainJS / generator-fountain-webpack

Yeoman 'fountain' generator which handle the Webpack config
http://fountainjs.io
MIT License
4 stars 6 forks source link

Breakpoints not working #57

Open getglad opened 8 years ago

getglad commented 8 years ago

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 commented 8 years ago

Resolved by https://github.com/FountainJS/generator-fountain-webpack/pull/56 I think