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/build.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ Type: `Object`
155
155
156
156
#### html
157
157
158
-
Type: `Object``Array`
158
+
Type: `Object``Array``boolean`
159
159
160
160
[html-webpack-plugin](https://github.com/ampedandwired/html-webpack-plugin) options, use this option to customize `index.html` output, default value:
161
161
@@ -166,7 +166,7 @@ Type: `Object` `Array`
166
166
}
167
167
```
168
168
169
-
Check out the [default template](/lib/template.html) file we use.
169
+
Check out the [default template](/lib/template.html) file we use. To disable generating html file, you can set `html` to `false`.
0 commit comments