Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Update vue.config.js (#137)
Browse files Browse the repository at this point in the history
Marking nedb as external, to use the external file instead of IndexedDB
  • Loading branch information
mszkb authored May 27, 2020
1 parent 8d64b09 commit 8983a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8983a50

Please sign in to comment.