Sousmargot/vue.config.js

8 lines
101 B
JavaScript

module.exports = {
pluginOptions: {
electronBuilder: {
nodeIntegration: true
}
}
}