electron-userland / electron-webpack

Scripts and configurations to compile Electron applications using webpack
https://webpack.electron.build/
903 stars 170 forks source link

How to disable Vue DevTools #414

Open molkan787 opened 3 years ago

molkan787 commented 3 years ago

I used a boilerplate with electron-webpack vue.js & typescript configured, I think electron-webpack-vue is installing Vue.JS dev tool extension and this is causing warnings in electron 10. I need to surpress thus warnings, So how can i prevent electron-webpack and/or electron-webpack-vue fom installing the extension?