diff --git a/vue.config.js b/vue.config.js index 7265ffa..1d634d8 100644 --- a/vue.config.js +++ b/vue.config.js @@ -27,6 +27,7 @@ module.exports = { electronBuilder: { nodeIntegration: true, mainProcessFile: "src/background.js", + externals: ['nedb'], builderOptions: { // options placed here will be merged with default configuration and passed to electron-builder productName: "Code Notes",