Skip to content

Commit

Permalink
Remove HTML minification
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jun 22, 2020
1 parent b1ff74a commit 81aaaf0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
[build]
command = "yarn build"
publish = "_site/"

[[plugins]]
# https://www.npmjs.com/package/netlify-plugin-minify-html
package = "netlify-plugin-minify-html"

[plugins.inputs]
contexts = [ 'production', 'branch-deploy', 'deploy-preview' ]

# https://github.com/kangax/html-minifier#options-quick-reference
[plugins.inputs.minifierOptions]
removeComments = true
minifyCSS = true
minifyJS = true

0 comments on commit 81aaaf0

Please sign in to comment.