We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be49ba3 commit e34deb7Copy full SHA for e34deb7
packages/react-pages/src/node/static-site-generation/index.ts
@@ -10,9 +10,7 @@ import { CLIENT_PATH } from '../constants'
10
import type { SSRPlugin } from '../../../clientTypes'
11
12
const minifyOptions = {
13
- collapseWhitespace: true,
14
keepClosingSlash: true,
15
- removeComments: true,
16
removeRedundantAttributes: true,
17
removeStyleLinkTypeAttributes: true,
18
useShortDoctype: true,
0 commit comments