-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Concepts - Review, Organize, Define Clear Goals #1386
Comments
I'll start with the goal(s): I started writing the Concepts section modeled after some of the talks I had done at conferences prior to. It featured talking about key concepts vs configuration properties that I felt people should be aware of. GOAL: Give people a clear super-high level overview of how webpack works by teaching them the 4 main pieces that one might use in their configuration. This should give people enough confidence to run with it, understand how to use any loader or any plugin, or leverage any entry or output properties with basic usage. With that in mind, I'm really happy to have you gauge if you feel we are lacking or needing more information. It is admittedly hard for me to tell whether or not the information is enough to leave people confident. |
@TheLarkInn would you say the Concepts section is targeted at people who possibly have not used a bundler before? If so I have some re-wording suggestions that I'll do PRs for. |
Yes!! Not only no bundlers, but no understanding of a js module. I picture me circa 2 years ago never seeing module.exports and export default and how grunt just concatenates stuff together. |
Are you wanting to do in one pass or document issues, then that way we can track it? Take step by step etc. |
@TheLarkInn Webpack base on module, but if no understanding of module, should be suggust to study module, Is this mean? |
Documenting issues is a good idea. Will do. |
Awesome I just saw that! It's a a great audit. Do you want to tie it to this one? |
This adds a solid baseline for how to start improving build performance with specific pointers for development and production. It can be built on in other PRs but probably doesn't need to be synchronized with the earlier guides (as it's a lot of one off changes that depend on your use case).
Currently working on #1416 with PR #1673 |
The content of the Concepts section needs to be reviewed for the following:
cc @TheLarkInn
The text was updated successfully, but these errors were encountered: