Enhance documentation for output.chunkLoadingGlobal#7987
Open
joeldasari wants to merge 7 commits intowebpack:mainfrom
Open
Enhance documentation for output.chunkLoadingGlobal#7987joeldasari wants to merge 7 commits intowebpack:mainfrom
joeldasari wants to merge 7 commits intowebpack:mainfrom
Conversation
Clarify the usage and importance of output.chunkLoadingGlobal in webpack configurations.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
src/content/configuration/output.mdx
Outdated
| The global variable used by webpack for loading chunks asynchronously (e.g. via code splitting and dynamic `import()`). | ||
|
|
||
| **webpack.config.js** | ||
| In webpack 4, this was called `output.jsonpFunction`. |
Member
There was a problem hiding this comment.
No need to write about webpack@4
Author
There was a problem hiding this comment.
@alexander-akait I've addressed your feedback and removed the webpack 4 reference. Could you review the latest commit and let me know if the changes look good? Also having trouble with EasyCLA, I signed it, but it's still showing as missing. Any help would be appreciated!
- Removed webpack 4 reference as requested by @alexander-akait - Replaced cliché phrases with clearer wording - Fixed lint formatting issues
Member
|
Please accept CLA and fix lint |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #6336
Expands the documentation for
output.chunkLoadingGlobalwhich previouslyhad only a one-line description. Many users were confused about its purpose,
especially those migrating from webpack 4 where it was called
jsonpFunction.