From 8983a5071b6095effd29c9d22455794b8421d1b7 Mon Sep 17 00:00:00 2001 From: MSZ Date: Wed, 27 May 2020 22:17:44 +0200 Subject: [PATCH] Update vue.config.js (#137) Marking nedb as external, to use the external file instead of IndexedDB --- vue.config.js | 1 + 1 file changed, 1 insertion(+) 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",