Skip to content

Commit a40b2fc

Browse files
authored
[docs] note prod dependency requirement of html-minifier (#8415)
Closes #8049
1 parent 0222125 commit a40b2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/60-appendix/10-migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ See [the FAQ](/faq#integrations) for detailed information about integrations.
150150

151151
### HTML minifier
152152

153-
Sapper includes `html-minifier` by default. SvelteKit does not include this, but it can be added as a [hook](/docs/hooks#server-hooks-handle):
153+
Sapper includes `html-minifier` by default. SvelteKit does not include this, but you can add it as a prod dependency and then use it through a [hook](/docs/hooks#server-hooks-handle):
154154

155155
```js
156156
// @filename: ambient.d.ts

0 commit comments

Comments
 (0)