Plug record

 

1 copy-webpack-plugin

Copies individual files or entire directories, which already exist, to the build directory
webpack-copy-plugin is not designed to copy files generated from the build process; rather, it is to copy files that already exist in the source tree, as part of the build process.

 

2 filemanager-webpack-plugin

This Webpack plugin allows you to copy, archive (.zip/.tar/.tar.gz), move, delete files and directories before and after builds

 

Guess you like

Origin www.cnblogs.com/panrui1994/p/11525821.html