provide dist folder
DanielSchuech opened this issue · 4 comments
DanielSchuech commented
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
DanielSchuech commented
Could you please commit your dist folder?
novocaine commented
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) ?
DanielSchuech commented
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 ;)