Sousmargot/vue.config.js

8 lines
101 B
JavaScript
Raw Normal View History

2021-08-05 07:59:08 +00:00
module.exports = {
pluginOptions: {
electronBuilder: {
nodeIntegration: true
}
}
}