We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documentation Is:
webpack-clean plugin deletes manifest.json if used with webpack-dev-server. It should be documented that you have to exclude manifest.json like this
new CleanWebpackPlugin({ verbose: true, //important elsewise minifest.json is deleted cleanOnceBeforeBuildPatterns: ['**/*', '!manifest.json'], }),
The text was updated successfully, but these errors were encountered:
Thanks, I'll add this to the README.
Sorry, something went wrong.
Thanks, this saved me from opening a new issue for manifest not being generated with webpack-dev-server
No branches or pull requests
3.1.1
Documentation Is:
Please Explain in Detail...
webpack-clean plugin deletes manifest.json if used with webpack-dev-server.
It should be documented that you have to exclude manifest.json like this
The text was updated successfully, but these errors were encountered: