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: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,6 @@ or with NPM:
33
33
34
34
npm run build:electron
35
35
36
-
## Further Configuration:
37
-
38
36
### Folder Structure:
39
37
40
38
```
@@ -55,18 +53,18 @@ or with NPM:
55
53
├── ...
56
54
```
57
55
58
-
### CLI Options
56
+
## Further Configuration:
57
+
58
+
Initial configuration is already set for you in your app's package.json, but it you want to modify it:
59
+
60
+
### CLI Options:
59
61
60
62
When building your app, any arguments will be passed to electron-builder. To pass an argument/arguments to electron-webpack, place them after --webpack.
0 commit comments