-
I'm using the babel transform, but have run into issues with its dependency {
"dependencies": {
"@parcel/transformer-babel": "^2.0.0-beta.3.1"
}
} but {
"dependencies": {
"@parcel/transformer-babel": "^2.0.0-beta.3.1",
"@parcel/babylon-walk": "^2.0.0-beta.3.1"
}
} Which has caused me no end of frustration, since I'm not sure where the issue lies. I've fixed by pinning the dependency to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
-> #6388 |
Beta Was this translation helpful? Give feedback.
-> #6388