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

npm modules with same name as node builtin modules cannot be bundled #14

Closed
parroit opened this issue Nov 17, 2014 · 2 comments
Closed

Comments

@parroit
Copy link
Contributor

parroit commented Nov 17, 2014

npm modules with name equal to node builtins get not bundled. See for example https://www.npmjs.org/package/url or https://www.npmjs.org/package/punycode

@RReverser
Copy link
Owner

@parroit Please try with new version. Note that you will need to manually set built-in modules in external section from now if you don't want pure-cjs to look for them.

@parroit
Copy link
Contributor Author

parroit commented Nov 17, 2014

It work fine, thank you. By the way, I discovered a bug on node-url
I've updated gulp plugin on npm

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

No branches or pull requests

2 participants