Why does Parcel (both 1 and 2) keep installing @babel/core in my devDependencies? #5097
-
The closest issue I could find was #2968. If I completely wipe the edit: Actually what happens is that when I do a build
so it looks like it is not installed. As far as I can tell, the only way to prevent this is to wipe out my Can someone tell me why is this happening? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Parcel processes your code with Babel automatically, but in order to give you control over the version of Babel we use, we install it into your project for you rather than hard coding the version into Parcel itself. |
Beta Was this translation helpful? Give feedback.
Parcel processes your code with Babel automatically, but in order to give you control over the version of Babel we use, we install it into your project for you rather than hard coding the version into Parcel itself.