An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
Hi, change this line of code compilation.hooks.htmlWebpackPluginAfterEmit.tapAsync to this compilation.compiler.hooks.afterEmit.tapAsync in .electron-vue/dev-runner.js
In executing yarn run dev I get this error:
I attach here the package.json file :
package.txt
and the webpack.config.js file :
webpack.config.txt
How to solve the problem? Looking forward to your kind help. Marco