-
-
Notifications
You must be signed in to change notification settings - Fork 78.8k
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
Rewrite Parcel guide #36411
Rewrite Parcel guide #36411
Conversation
mdo
commented
May 20, 2022
•
edited
Loading
edited
- Needs images
- Consider adding extra CSS and JS import options
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Followed the guide without any issues :) Good job here!
Got a general feedback based on the comparison of Webpack and Parcel guides:
- In Webpack we have "Project structure" and "Configure Webpack". Here we only have "Project structure". Maybe you could introduce as well "Configure Parcel" section even if there's no such thing as
parcel.config.js
to configure. - In the same spirit, we fill the
index.html
file and then thepackage.json
in the Webpack guide and those sections are inverted here.
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed few more details to fix or not at your discretion. Apart from that LGTM 🚀
Co-authored-by: Julien Déramond <julien.deramond@orange.com>