-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix errors in caching.md #3059
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 errors in caching.md #3059
Conversation
1. use `new CleanWebpackPlugin()` instead of `new CleanWebpackPlugin(['dist'])` 2. use `hash` insteadif `contenthash `
|
Preview is ready Built with commit d793b72 https://deploy-preview-3059--webpackjsorg-netlify.netlify.com |
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.
Plugin call change looks valid, but why changing hash
to contenthash
? @chenyinkai
Sorry, this seems to be my fault. stackoverflow.
|
Thanks! |
Yup all good thx for ping @chenyinkai |
new CleanWebpackPlugin()
instead ofnew CleanWebpackPlugin(['dist'])
hash
instead ofcontenthash