Configuration of copy webpack plugin is as follows: new CopyWebpackPlugin([ { from: 'node_modules/engine/static', test: /\.(css|html|png)$/, force: true } ...
確定! 回上一頁