parcel-bundler / parcel

The zero configuration build tool for the web. 📦🚀
https://parceljs.org
MIT License
43.28k stars 2.26k forks source link

[🐛] compiling node_modules is not a great idea #797

Closed kidandcat closed 6 years ago

kidandcat commented 6 years ago

🎛 Configuration (.babelrc)

ParcelJS compile node_modules:

🤔 Expected Behavior

It should work

😯 Current Behavior

It crashes with:

💁 Possible Solution

The solution is not to ask repo for a fix because there are a lot of packages that doesn't expect to be compiled

🔦 Context

I want to use https://material-ui-next.com

🌍 Your Environment

Software Version(s)
Parcel 1.2.0
Node 9.3.0
npm/Yarn 5.5.1
Operating System macOS High Sierra
DeMoorJasper commented 6 years ago

Is is fixed using the latest version of the master branch?

Sent with GitHawk

emartini commented 6 years ago

@kidandcat. If you have time take a look at #13. Otherwise try with the master branch or wait for the next release.

kidandcat commented 6 years ago

Thanks! I'll do it with master

luke-robertson commented 6 years ago

Is this fixed ?

AElouai commented 5 years ago

No