Closed JLHwung closed 7 years ago
OK, looks like something worth changing. I’ll dig into it later. 😸
And oops on accidentally clicking onto the ‘close’ button…
Hi ethantw,
This issue is open as discussion on src/build separation. If we agree on the plan I can work on a PR later.
This issue is open as discussion on src/build separation. If we agree on the plan I can work on a PR later.
Yeah, a PR would be nice. Thanks!
Done! Thanks again!
You are very welcome.
The built library should be excluded from the source repository for a reasonable repository history. Ideally we should run git-filter-branch to delete all the history of
dist
but simple deletion will be also acceptable if many dev branched outstands.Adding build process to
prepublishOnly
will ensure end user gotdist
included in the npm package.