We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From babel/babel#8754:
Compilation of node_modules is becoming more common as more packages are publish as ES6. This is causing problems in two ways: transform-runtime can potentially insert references to core-js into core-js itself transform-runtime can potentially insert references to @babel/runtime-corejs2 into core-js itself transform-runtime can potentially insert references to @babel/runtime-corejs2 into itself, causing dependency cycles And similar with useBuiltins: 'usage' transforming core-js. [...]
Compilation of node_modules is becoming more common as more packages are publish as ES6.
node_modules
This is causing problems in two ways:
transform-runtime
core-js
@babel/runtime-corejs2
useBuiltins: 'usage'
I think the same question needs to be discussed here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From babel/babel#8754:
I think the same question needs to be discussed here.
The text was updated successfully, but these errors were encountered: