Skip to content

fix(@ngtools/webpack): remove use of Webpack compilation fileTimestamps property#19503

Merged
alan-agius4 merged 1 commit intoangular:masterfrom
clydin:webpack5-plugin-caching
Nov 30, 2020
Merged

fix(@ngtools/webpack): remove use of Webpack compilation fileTimestamps property#19503
alan-agius4 merged 1 commit intoangular:masterfrom
clydin:webpack5-plugin-caching

Conversation

@clydin
Copy link
Copy Markdown
Member

@clydin clydin commented Nov 29, 2020

The fileTimestamps property on the Webpack compilation object no longer exists with Webpack 5. This change uses the Webpack compiler's property of the same name instead. The cache invalidation is also moved to a separate file and now calculates the changed file set as well. This eliminates the second iteration of the file timestamps within the resource loader.

…ps property

The `fileTimestamps` property on the Webpack compilation object no longer exists with Webpack 5.  This change uses the Webpack compiler's property of the same name instead.  The cache invalidation is also moved to a separate file and now calculates the changed file set as well.  This eliminates the second iteration of the file timestamps within the resource loader.
@clydin clydin added the target: major This PR is targeted for the next major release label Nov 29, 2020
@google-cla google-cla bot added the cla: yes label Nov 29, 2020
@clydin clydin requested a review from alan-agius4 November 30, 2020 01:15
@alan-agius4 alan-agius4 added the action: merge The PR is ready for merge by the caretaker label Nov 30, 2020
@alan-agius4 alan-agius4 merged commit 391d60c into angular:master Nov 30, 2020
@clydin clydin deleted the webpack5-plugin-caching branch November 30, 2020 10:08
@angular-automatic-lock-bot
Copy link
Copy Markdown

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 Dec 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker target: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants