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

Commit 8983a50

Browse files
authored
Update vue.config.js (#137)
Marking nedb as external, to use the external file instead of IndexedDB
1 parent 8d64b09 commit 8983a50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vue.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module.exports = {
2727
electronBuilder: {
2828
nodeIntegration: true,
2929
mainProcessFile: "src/background.js",
30+
externals: ['nedb'],
3031
builderOptions: {
3132
// options placed here will be merged with default configuration and passed to electron-builder
3233
productName: "Code Notes",

0 commit comments

Comments
 (0)