vue-json-viewer
vue-json-viewer copied to clipboard
Electron 打包后报错 Cannot find module './clipboard-action'
trafficstars
Electron 开发调试可以正常运行,打包后运行报错:Cannot find module './clipboard-action' clipboard有人提了这个bug https://github.com/zenorocha/clipboard.js/issues/558 谢谢
Solved by adding externals: [ 'clipboard' ] in vue.config.js