woohelps

Results 1 issues of woohelps

![image](https://user-images.githubusercontent.com/74527670/156413889-7f65ac86-4a44-42b9-993c-c58f2545bd91.png) 文档中 这个地方配置有误: ` new CopyWebpackPlugin([ { from: "**/*", to: "./", }, ]), ` 应该是: ` new CopyWebpackPlugin({ patterns: [ { from: "**/*", to: "./" }, ], }), `