The way you have the following written is as if it is the only thing in the config.js file
Please help.
let config = {
electronOptions: {
webPreferences: {
webviewTag: true,
},
},
};
I removed the "let config = {" and the " }; " from the post and at least my MM now will start.
Also had to remove the same from the module settings. What gives? Help us out with this...
The way you have the following written is as if it is the only thing in the config.js file
Please help.
let config = {
electronOptions: {
webPreferences: {
webviewTag: true,
},
},
};
I removed the "let config = {" and the " }; " from the post and at least my MM now will start.
Also had to remove the same from the module settings. What gives? Help us out with this...