fingerpan / vue-cli-plugin-dll

Vue CLI 3 plugin for Webpack DllPlugin/DllReferencePlugin
MIT License
76 stars 22 forks source link

ypeError: Cannot read property '0' of undefined #20

Closed yangcore closed 5 years ago

yangcore commented 5 years ago

config.plugin('copy').tap(args => { args[0][0].ignore.push(dll.outputDir + '/*') args[0].push({ from: dll.outputPath, toType: 'dir', ignore: ['.js', '.css', '.manifest.json'] }) return args })

运行serve时报错,这个copy,可以给一个配置参数不,我的dll没有放在public下面

mylhei commented 5 years ago

@yangcore 怎么解决的?