We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad5a73 commit f18e29dCopy full SHA for f18e29d
docs/guide/guide.md
@@ -21,7 +21,7 @@ module.exports = {
21
externals: ['my-native-dep'],
22
// If you are using Yarn Workspaces, you may have multiple node_modules folders
23
// List them all here so that VCP Electron Builder can find them
24
- nodeModulesPath: ['../../node_modules', './node_modules]
+ nodeModulesPath: ['../../node_modules', './node_modules']
25
}
26
27
0 commit comments