-
Notifications
You must be signed in to change notification settings - Fork 12k
wip! webpack 5 #16371
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
wip! webpack 5 #16371
Conversation
@@ -93,15 +93,9 @@ export function getBrowserConfig(wco: WebpackConfigOptions): webpack.Configurati | |||
vendors: false, | |||
vendor: !!buildOptions.vendorChunk && { | |||
name: 'vendor', | |||
chunks: 'initial', |
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.
Is initial chunks automatic now? Only node module files from initial chunks should end up in the vendor chunk. Otherwise the main bundle in production mode will contain all dependencies for the entire application including ones only used in lazy routes.
@@ -13,6 +13,6 @@ | |||
"source-map": "0.7.3", | |||
"tslib": "1.10.0", | |||
"typescript": "3.6.4", | |||
"webpack-sources": "1.4.3" | |||
"webpack-sources": "2.0.0-beta.8" |
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.
Updating this seems to cause a bunch of tsc errors due to tapable
Closing since these were POC’s |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.