-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to Parcel 2 #51
Comments
Yes, we should probably update these at some point |
@DeMoorJasper that would be awesome! I'm trying to set up one of my projects with Parcel 2 but because of the docs being too raw at the moment it's not that easy having some real examples would be cool :D (esp using Parcel 2 API in Node) |
Two and a half years later... examples still not updated. I discovered Parcel through https://en.parceljs.org/rust.html, scrolled down without noticing the line at the top about v1/v2, followed the link to the rust-cargo example in this repository... Running "npm i" gave 14 deprecation warnings and warned about 56 vulnerabilities (44 moderate, 12 high), which is already kinda yikes but I was impressed with how easy and fast it was. Ran into the issue that parcel crashed when editing a source file in vim, found an old github issue for it where people reported the bug is fixed in v2 (it's not btw) which is how I finally discovered that the examples were still using an obsolete version of Parcel that hasn't been maintained in three years. So then I tried updating the rust examples to Parcel v2, and after doing some trivial fixes I get
showing a config file that indeed contained no rule for I was briefly very enthausiastic about Parcel. Now I just feel the frustration and sadness you feel when discovering something really cool and then discovering it's abandonware. :-( |
Are there plans on moving examples to parcel v2?
The text was updated successfully, but these errors were encountered: