showing results for - "webpack referenceerror 3a process is not defined 23871 electron vue"
Ilyas
27 Jun 2017
1// in src/index.ejs, you need to change 
2<% if (!process.browser) { %> 
3// to 
4<% if (!require('process').browser) { %> 
5// and you're in business!