Skip to content

Commit 9a226ca

Browse files
erickzhaogitbook-bot
authored andcommitted
GITBOOK-217: change request with no subject merged in GitBook
1 parent d777c73 commit 9a226ca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

config/plugins/vite.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,12 @@ module.exports = {
132132
plugins: {
133133
name: '@electron-forge/plugin-vite',
134134
config: {
135-
build: [/*...*/],
136-
renderer: [/*...*/],
135+
build: [/* ... */],
136+
renderer: [/* ... */],
137137
concurrent: false // accepts a boolean or positive integer
138138
}
139139
}
140140
};
141-
142141
```
143142
{% endcode %}
144143

0 commit comments

Comments
 (0)