Skip to content

Commit

Permalink
Add .mjs as JavaScript extension, see #482
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed May 2, 2022
1 parent 1745dc7 commit a77cdfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/minify/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ var filetypeMime = map[string]string{
"htm": "text/html",
"html": "text/html",
"js": "application/javascript",
"mjs": "application/javascript",
"json": "application/json",
"svg": "image/svg+xml",
"xml": "text/xml",
Expand Down

0 comments on commit a77cdfb

Please sign in to comment.