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

Use @cspotcode/source-map-support in @babel/register #16005

Merged
merged 7 commits into from
Dec 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
liuxingbaoyu committed Dec 10, 2023
commit 75e319d30b886635b6a4db0f2d2dedfa604c9731
8 changes: 4 additions & 4 deletions packages/babel-register/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
{
"engines": {
"node": "^16.20.0 || ^18.16.0 || >=20.0.0"
},
"browser": {
"./lib/index.js": "./lib/browser.js"
}
},
{
"exports": null
"exports": null,
"browser": {
"./lib/index.js": "./lib/browser.js"
}
}
]
},
Expand Down