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

Remove dedupe from rollup config #4613

Merged
merged 1 commit into from
Aug 7, 2019

Conversation

mikeharder
Copy link
Member

@mikeharder mikeharder commented Aug 1, 2019

Big thanks to @bterlson for finding the root cause and helping with the fix!

Changes to generated packages

It looks like core-amqp had duplicate buffer in its bundle (which was previously unknown) but it's removed now. This caused changes in downstream .min.js and .map files. No other changes in generated packages.

@mikeharder
Copy link
Member Author

/azp run js - servicebus - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mikeharder
Copy link
Member Author

/azp run js - servicebus - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mikeharder
Copy link
Member Author

Blocked on fix for rollup/rollup-plugin-commonjs#400

@mikeharder mikeharder force-pushed the remove-rollup-dedupe branch 3 times, most recently from 4b5f7f8 to d741435 Compare August 5, 2019 19:09
@mikeharder
Copy link
Member Author

This should be ready to merge after preview.2 releases are published

@mikeharder mikeharder self-assigned this Aug 5, 2019
- Update transitive dependency resolve to 1.12.0
  - Fixes issue with symlink resolution which required dedupe workaround
  - browserify/resolve#196
- Move buffer to full dependency of service-bus
  - Packages required for browser bundles should be full dependencies
  - Improves customer experience when generating bundles from our packages
- Add dependencies buffer and process to event-hubs
  - Required to generate browser bundle
- Fixes Azure#3326
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.

[Service Bus] Long term fix for duplication of module references by rush + node-resolve rollup plugin
2 participants