Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundler-agnostic CommonJS using prepublish script #5

Closed
wants to merge 1 commit into from
Closed

Bundler-agnostic CommonJS using prepublish script #5

wants to merge 1 commit into from

Conversation

paulmelnikow
Copy link

@paulmelnikow paulmelnikow commented May 1, 2016

Remove dependency on brfs and add Webpack support.

It's a little tricky to test a package with a prepublish script without actually publishing it. I used npm pack and then uncompressed the file, and my Node-based tests work fine. Do you have an easy way to test the browser version? I'll work on adding browser-based tests next.

Depends on #4

@paulmelnikow paulmelnikow changed the title Bundler-agnostic CommonJS Bundler-agnostic CommonJS using prepublish script May 1, 2016
@paulmelnikow paulmelnikow mentioned this pull request May 1, 2016
@qubyte
Copy link
Owner

qubyte commented May 1, 2016

Can you rebase this on master please? Looks like some of the previous PR got into this.

@qubyte
Copy link
Owner

qubyte commented May 1, 2016

I think I might have a slightly leaner solution to this, which will come with the added benefits of a UMD module. Would you mind if I put together a PR for that and see what you think?

Remove dependency on brfs and add Webpack support.

Closes #3
@paulmelnikow
Copy link
Author

Closing in favor of #8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants