Skip to content

remove js comments in inline bundle #9395

Closed Answered by electriquo
electriquo asked this question in Q&A
Discussion options

You must be logged in to vote

found the solution:
for removing comments in js files #7563 (comment)
for removing comments in html files https://htmlnano.netlify.app/modules#collapsewhitespace

$ cat .htmlnanorc
{
  "collapseWhitespace": "aggressive"
}

$ cat .terserrc
{
  "format": {
    "comments": false
  }
}

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@electriquo
Comment options

@mischnic
Comment options

@electriquo
Comment options

@mischnic
Comment options

@electriquo
Comment options

Answer selected by electriquo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants