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 umd bundling #2839

Merged
merged 1 commit into from
Sep 19, 2017
Merged

Fix umd bundling #2839

merged 1 commit into from
Sep 19, 2017

Conversation

jasonaden
Copy link
Collaborator

This should fix the bundling. The problem was in the past when we did an es6 build, that was just for the modules. Which is now the same as the new esm5 build. So I used the esm5 sources to rollup the UMD.

However, when compiling the old es6 build, we would pass the --noEmitHelpers flag. This was fine in the past because we never published the es6 output.

Now that we publish both es6 and umd, we need to re-compile with the --noEmitHelpers flag enabled.

This can go away with v6 when we will use the --importHelpers flag.

@rxjs-bot
Copy link

Messages
📖

CJS: 1342.5KB, global: 737.3KB (gzipped: 137.9KB), min: 144.6KB (gzipped: 30.7KB)

Generated by 🚫 dangerJS

@benlesh
Copy link
Member

benlesh commented Sep 19, 2017

LOL... our npm scripts are amazing now.

@benlesh benlesh merged commit 124cc93 into ReactiveX:master Sep 19, 2017
@lock
Copy link

lock bot commented Jun 6, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants