webpack icon indicating copy to clipboard operation
webpack copied to clipboard

webpack-second 的 webpack.config.js copy-webpack-plugin写法好像有错

Open tywd opened this issue 4 years ago • 0 comments

应该为 new CopyWebpackPlugin({ patterns:[ { from: 'public/js/*.js', to: path.resolve(__dirname, 'dist', 'js'), flatten: true, } ] }) image

tywd avatar Sep 22 '20 02:09 tywd