You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parcel fails to bundle a project if one of its dependancies contains a .babelrc file with a plugin that you yourself are not using...
🤔 Expected Behavior
I expect parcel to not care what plugins a dep uses in its dev environment...
😯 Current Behavior
As you can see in the image, parcel is complaining that the .babelrc.env.development file of the react-dates dependency is using a plugin that the current project isn't using.
💁 Possible Solution
Don't parse transpiler configs for node modules.
🌍 Your Environment
Software
Version(s)
Parcel
1.3.1
Node
9.3.0
Yarn
1.3.2
Operating System
Ubuntu 17.04
The text was updated successfully, but these errors were encountered:
Olian04
changed the title
🐛 Unknown plugin *** in nodemodules/**/.bablerc
🐛 Unknown plugin *** in node_modules/**/.bablerc
Dec 29, 2017
Olian04
changed the title
🐛 Unknown plugin *** in node_modules/**/.bablerc
🐛 Unknown plugin *** in node_modules/**/.babelrc
Dec 29, 2017
Parcel fails to bundle a project if one of its dependancies contains a
.babelrc
file with a plugin that you yourself are not using...🤔 Expected Behavior
I expect parcel to not care what plugins a dep uses in its dev environment...
😯 Current Behavior
As you can see in the image, parcel is complaining that the
.babelrc.env.development
file of thereact-dates
dependency is using a plugin that the current project isn't using.💁 Possible Solution
Don't parse transpiler configs for node modules.
🌍 Your Environment
The text was updated successfully, but these errors were encountered: