Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssougnez/fea33ab69d4a61fb157b67b6bee0f5fd to your computer and use it in GitHub Desktop.
Save ssougnez/fea33ab69d4a61fb157b67b6bee0f5fd to your computer and use it in GitHub Desktop.
...
const CleanWebpackPlugin = require("clean-webpack-plugin");
module.exports = {
...
plugins: [
...
new CleanWebpackPlugin(["dist"])
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment