ChatRoom/vue.config.js

8 lines
105 B
JavaScript
Raw Permalink Normal View History

2021-04-22 21:40:06 +08:00
module.exports = {
pluginOptions: {
electronBuilder: {
nodeIntegration: true,
},
},
};