configureWebpack: { plugins: [ // 拷贝静态文件到目标文件new CopyWebpackPlugin([ { from: './src/assets/images' , to: 'images' } ]) ] } 复制 ...
確定! 回上一頁