Skip to content
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

fix: made VirtualStats compatible with Node 6/8/10/12/14 #125

Merged
merged 1 commit into from
Sep 4, 2020

Conversation

ikrestov
Copy link
Contributor

@ikrestov ikrestov commented Jun 5, 2020

VirtualStats was missing millisecond variables and incorrectly provided time value as milliseconds, when Node provides it as Date object - https://nodejs.org/docs/latest-v12.x/api/fs.html#fs_class_fs_stats.

This made webpack crash periodically when using cache-loader in front of svelte-loader.

VirtualStats was missing millisecond variables and incorrectly provided time value as milliseconds, when Node provides it as Date object.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants