Open
Description
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 tocore-js
intocore-js
itselftransform-runtime
can potentially insert references to@babel/runtime-corejs2
intocore-js
itselftransform-runtime
can potentially insert references to@babel/runtime-corejs2
into itself, causing dependency cycles- And similar with
useBuiltins: 'usage'
transformingcore-js
.
[...]
I think the same question needs to be discussed here.
Metadata
Assignees
Labels
No labels