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

Fix error stacks #199

Closed jescalan closed 7 years ago

jescalan commented 7 years ago

Previously, all error stacks would point to where the spike error was thrown, not where the original error came from. This was really dumb and annoying, and I apologize to everyone who needed to deal with it. It should now be resolved with this PR 😬

Closes #176