Stephan Hintnter

Results 3 comments of Stephan Hintnter

After adding ```-s``` to the fable command and making a change to the **Index.fs** a **index.fs.js.map** will be created. However any breakpoint I add to the **Index.fs** is unbound. Do...

Debugging works great with `3.0.0-beta004`. I played around with the **webpack.config.js** and as soon as I remove **babel-loader** debugging no longer works. `3.0.1` no longer uses **babel-loader** so this is...

Adding **source-maps-loader** `1.1.3` (newer version require webpack 5) did the trick, debugging now works. 🙂