Fix regexpu-core bundling in @babel/standalone#13767
Fix regexpu-core bundling in @babel/standalone#13767nicolo-ribaudo merged 1 commit intobabel:mainfrom
regexpu-core bundling in @babel/standalone#13767Conversation
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/48734/ |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 794e289:
|
JLHwung
left a comment
There was a problem hiding this comment.
🤔 I am wondering why #13765 was not caught by
babel/packages/babel-standalone/test/babel.js
Line 254 in a27c1b8
Should we mock the require in this test?
Ideally I would like to propose a new |
I'm not sure how it could work in the past, since Node.js loads the CJS version of the plugin and we only patched the ESM version.