I'm trying to move from Gulp
to Webpack
.(我正在尝试从Gulp
迁移到Webpack
。)
Gulp
I have task which copies all files and folders from /static/ folder to /build/ folder.(在Gulp
我的任务是将所有文件和文件夹从/ static /文件夹复制到/ build /文件夹。) How to do the same with Webpack
?(如何用Webpack
做同样的Webpack
?) Do I need some plugin?(我需要一些插件吗?)
ask by Vitalii Korsakov translate from so