使用CopyWebpackPlugin,我无法忽略特定文件夹或特定文件。它复制一切。 我在webpack.config.js 中做了什么: new CopyWebpackPlugin([ { from: 'src/assets', ...
確定! 回上一頁