You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/guide.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,13 @@ module.exports = {
27
27
}
28
28
```
29
29
30
-
::: tip
30
+
### Notes
31
31
32
-
You can prefix an item in the `externals` array with `!` to prevent it being automatically marked as an external. (`!not-external`)
32
+
-You can prefix an item in the `externals` array with `!` to prevent it being automatically marked as an external. (`!not-external`)
33
33
34
-
:::
34
+
- If you do not use native dependencies in your code, you can remove the `postinstall` script from your `package.json`. Native modules may not work, but dependency install times will be faster.
35
35
36
-
::: tip
37
-
38
-
If you do not use native dependencies in your code, you can remove the `postinstall` script from your `package.json`. Native modules may not work, but dependency install times will be faster.
39
-
40
-
:::
36
+
- Using a database such as MySQL or MongoDB requires extra configuration. See [Issue #76 (comment)](https://github.com/nklayman/vue-cli-plugin-electron-builder/issues/76#issuecomment-420060179) for more info.
0 commit comments