We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A pull request by @vankop was merged and maintainers requested a documentation change.
See pull request: webpack/webpack#15494
What kind of change does this PR introduce? feature
Did you add tests for your changes? yes
Does this PR introduce a breaking change? no
What needs to be documented once your changes are merged?
parser.javascript.dynamicImportMode
["eager", "weak", "lazy", "lazy-once"]
parser.javascript.dynamicImportPrefetch
parser.javascript.dynamicImportPreload
this options will be used if there is no magic comments in import() (import(/* webpackMode: "sync" */"blabla")).
import(/* webpackMode: "sync" */"blabla")
The text was updated successfully, but these errors were encountered:
snitin315
Successfully merging a pull request may close this issue.
A pull request by @vankop was merged and maintainers requested a documentation change.
See pull request: webpack/webpack#15494
What kind of change does this PR introduce?
feature
closes build(deps-dev): bump webpack from 5.37.1 to 5.38.1 #5029
closes #11012
Did you add tests for your changes?
yes
Does this PR introduce a breaking change?
no
What needs to be documented once your changes are merged?
parser.javascript.dynamicImportMode
enum of["eager", "weak", "lazy", "lazy-once"]
parser.javascript.dynamicImportPrefetch
boolean flag for prefetch orderparser.javascript.dynamicImportPreload
boolean flag for preload orderthis options will be used if there is no magic comments in import() (
import(/* webpackMode: "sync" */"blabla")
).The text was updated successfully, but these errors were encountered: