Skip to content

Conversation

@armando-rodriguez-cko
Copy link
Contributor

This pull request makes a small configuration update to the Babel setup in package.json. The change disables Babel's module transformation by setting "modules": false, which is useful when the bundler or runtime handles ES modules natively.

  • Babel configuration: Set "modules": false in the @babel/preset-env options to prevent Babel from transforming ES modules.

@armando-rodriguez-cko armando-rodriguez-cko requested a review from a team September 25, 2025 16:12
@armando-rodriguez-cko armando-rodriguez-cko linked an issue Sep 25, 2025 that may be closed by this pull request
1 task
@sonarqubecloud
Copy link

Copy link

@gustavo-porto-cko gustavo-porto-cko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@armando-rodriguez-cko armando-rodriguez-cko merged commit d875b5a into master Sep 25, 2025
5 checks passed
@armando-rodriguez-cko armando-rodriguez-cko deleted the release/3.0.2 branch September 25, 2025 16:15
armando-rodriguez-cko added a commit that referenced this pull request Sep 25, 2025
- fix: set modules option to false in Babel preset-env configuration (#416)
armando-rodriguez-cko added a commit that referenced this pull request Sep 25, 2025
- fix: set modules option to false in Babel preset-env configuration (#416)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Bundle broken in 3.0.1

3 participants