How to use clean-webpack-plugin
Comprehensive clean-webpack-plugin code examples:
How to use clean-webpack-plugin.CleanWebpackPlugin:
678 679 680 681 682 683 684 685 686 687
} : [], // target: ['web', 'es5'], stats: "normal", plugins: [ // isEnvProduction && new CleanWebpackPlugin(), new Webpackbar(), // isEnvDevelopment && new DashboardPlugin(), // Watcher doesn't work well if you mistype casing in a path so we use
49
196
7
See more examples