-
Notifications
You must be signed in to change notification settings - Fork 5
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
webpack 5 chunks array depreciation #34
Comments
I'm getting the same warning. It seems like you know enough to send a PR? |
I am busy with other work, I'll work on it, as soon as possible. |
Seems like webpack's native |
@JohnnyFun I don't see the option you mentioned in the docs... |
@JohnnyFun yeah, now I see it, lol |
Yes, it seems like Webpack |
Webpack 5 deprecated chunks array in favour of object.
.map
needs to be replaced with something related toObject.keys
Errror:
Platform : Linux
Webpack : 5.1.3
webpack-clean-obsolete-chunks : 0.4.0
The text was updated successfully, but these errors were encountered: