novocaine/sourcemapped-stacktrace

provide dist folder

DanielSchuech opened this issue · 4 comments

Could you please provide the bundle created by webpack in the dist folder in git.

Currently it would be necessary to go into your module, install webpack, npm run prepublish. It would be easier if you have only to install your module via npm and use it.

Regards, Daniel

Thanks for letting me know!

Fixed in 1101fea

Could you please commit your dist folder?

I'd rather not commit a build.. is there a reason you're not using the package from npm (which now contains the dist folder) ?

Ah sry i didn't looked to the npm package(didn't know that could differ on files). Just had in mind that the dists are in other projects included in the repo.

Thanks for the fast fix and your nice work ;)