File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 4444
4545[[plugins ]]
4646 package = " ./plugins/keep-dot-cache-folder"
47-
48- # Config for the Netlify Build Plugin: netlify-plugin-minify-html
49- [[plugins ]]
50- package = " netlify-plugin-minify-html"
51-
52- # Specify which deploy contexts we'll minify HTML in.
53- # Supports any Deploy Contexts available in Netlify.
54- # https://docs.netlify.com/site-deploys/overview/#deploy-contexts
55- [plugins .inputs ]
56- contexts = [
57- ' production' ,
58- ' branch-deploy' ,
59- ' deploy-preview'
60- ]
61-
62- # Optionally, override the default options for the minification
63- # https://github.com/kangax/html-minifier#options-quick-reference
64- [plugins .inputs .minifierOptions ]
65- removeComments = true
66- collapseInlineTagWhitespace = false
You can’t perform that action at this time.
0 commit comments