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

[SDK-3615] Do not build CJS module with externals #971

Merged
merged 2 commits into from
Sep 1, 2022
Merged

Conversation

frederikprijck
Copy link
Member

@frederikprijck frederikprijck commented Sep 1, 2022

Changes

Some of our modules are bundles with, and others are bundles without our dependencies marked as external. Let’s take the opportunity to be consistent among our bundles and remove the external property from the CJS bundle.

As we are bundling our dependencies, I have moved the dependencies to be devDependencies instead. This also avoids any unnecessary console output with our users from installing third-party packages through our installing our SDK.

Checklist

@frederikprijck frederikprijck requested a review from a team as a code owner September 1, 2022 12:09
@frederikprijck frederikprijck changed the title Do not build CJS module with externals [SDK-3615] Do not build CJS module with externals Sep 1, 2022
@frederikprijck frederikprijck merged commit 804ee23 into v2 Sep 1, 2022
@frederikprijck frederikprijck deleted the feat/sdk-3615 branch September 1, 2022 15:09
@frederikprijck frederikprijck mentioned this pull request Oct 25, 2022
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