-
-
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
Guides - update to webpack 4 #1861
Comments
|
On #1854 was suggested to put them under a new URL, that would require a lot of work but it is better than adding deprecation notes (where it is possible) or redirections. |
@sqfbeijing Do you mean you want to tackle code splitting? |
Which of the guides would be lowest hanging fruit? I'm glad to help where I can but this will be a learning experience of its own. 😄 |
@wldcordeiro you can take a look at the current Guides and see which one's you would be comfortable with. They pretty much go in chronological order (i.e. they "expand" on top of each other, so they'll progressively will get more advanced). Something like Asset Management or Output Management are somewhat basic and easy to get into. Let me know if you need a hand! |
@TheDutchCoder if @sqfbeijing isn't taking that, I could take a stab at it. |
@Pokom Go for it! ;) |
Just wanted to shout out that the caching guide might be a good one to look at early, as it includes a bunch of information that has changed utterly in Webpack 4 ( |
Out of curiosity, have any of the processes/steps for TypeScript changed? Especially as it pertains to tree shaking? I'd like to avoid having babel in my project, but if it's an absolute requirement, I'd like to make sure I do so without creating any redundant config. |
Just a comment on the production guide
But webpack/webpack#2537 (comment) is closed with:
|
With webpack 4 being released we should revisit the Guides and make sure the examples (still) work with the latest version.
Do we need/want to keep a ref to the v3 Guides somewhere for people that are stuck on older versions? If so, then we need to figure out a sound way of doing this.
Suggestions and help (very) welcome, as I probably can't tackle all Guides by myself because of my limit knowledge and time.
Let's do it! 🔥 💯
The text was updated successfully, but these errors were encountered: