static-dev / spike-core

:warning: UNMAINTAINED :warning: A modern static build tool, powered by webpack
https://spike.js.org
Other
58 stars 9 forks source link

Source Maps #138

Closed jescalan closed 8 years ago

jescalan commented 8 years ago

As much as this is not a crucial feature for us exactly, it seems to be at the top of many peoples' request lists, so I think we should have it ready to roll before we launch our first stable version. This shouldn't be too hard as webpack will do most of the work, but still we need to have it proofed. Probably dev builds should automatically generate sourcemaps, since they are most handy in development.

jescalan commented 8 years ago

So with the latest release devtool: 'source-map' options are all working. I haven't been able to get the map itself to work in chrome, but it is being generated by webpack, so if for some reason it continues generating incorrect sourcemaps, it's a bug rather than a feature 😁