SimulatedGREG / electron-vue

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.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.45k stars 1.54k forks source link

Remove useless code which was breaking `npm run build` #1090

Open mel-florance opened 3 years ago

mel-florance commented 3 years ago

This code was forgotten during a commit and was breaking the npm run build command. The problematic PR: #971