Skip to content

Commit

Permalink
fix(react): @maskito/react library should not include core-js imp…
Browse files Browse the repository at this point in the history
…orts
  • Loading branch information
nsbarsukov committed Jan 29, 2024
1 parent 52b770f commit f05d0f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions projects/react/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
[
"@nx/react/babel",
{
"runtime": "automatic",
"useBuiltIns": "usage"
"runtime": "automatic"
}
]
],
Expand Down
1 change: 1 addition & 0 deletions projects/react/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"entryFile": "projects/react/src/index.ts",
"external": "all",
"rollupConfig": "@nx/react/plugins/bundle-rollup",
"compiler": "babel",
"assets": [
{
"glob": "projects/react/README.md",
Expand Down

0 comments on commit f05d0f5

Please sign in to comment.