const CopyPlugin = require('copy-webpack-plugin'); module.exports = { plugins: [ new CopyPlugin({ patterns: [ { from: 'source', to: 'dest' }, { ...
確定! 回上一頁