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

fix(builtin): Update to latest ncc #895

Merged
merged 4 commits into from
Jul 12, 2019
Merged

Conversation

alexeagle
Copy link
Collaborator

This contains a fix for how browserify is built, so that builtin modules don't get arbitrary webpack-assigned module IDs

Fixes #771

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature (please, look at the "Scope of the project" section in the README.md file)
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@Toxicable
Copy link
Collaborator

Would this change possibly make vendoring the plugin @gregmagolan wanted here #761 a bit easier?

This contains a fix for how browserify is built, so that builtin modules don't get arbitrary webpack-assigned module IDs

Fixes bazelbuild#771
@gregmagolan
Copy link
Collaborator

Would this change possibly make vendoring the plugin @gregmagolan wanted here #761 a bit easier?

Definitely won't hurt. I'm hoping to look at that again this week @Toxicable.

@alexeagle
Copy link
Collaborator Author

Tracked down what's broken here: browserify/browserify#1801 (comment)

This is needed so that --preserve-symlinks browserify option also applies to the main
@alexeagle alexeagle merged commit 253e9cb into bazelbuild:master Jul 12, 2019
@alexeagle alexeagle deleted the readme branch July 12, 2019 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

some npm deps fail when building their umd bundle
4 participants