Skip to content

Conversation

alan-agius4
Copy link
Collaborator

No description provided.

@@ -93,15 +93,9 @@ export function getBrowserConfig(wco: WebpackConfigOptions): webpack.Configurati
vendors: false,
vendor: !!buildOptions.vendorChunk && {
name: 'vendor',
chunks: 'initial',
Copy link
Member

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"
Copy link
Collaborator Author

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

@felipeplets felipeplets mentioned this pull request Apr 27, 2020
15 tasks
@alan-agius4
Copy link
Collaborator Author

Closing since these were POC’s

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jul 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants