Skip to content

Commit ba9b7ff

Browse files
authored
Add .mjs extension to MIME types (#924)
1 parent 68db606 commit ba9b7ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MimeType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class MimeType
4141
'ser' => 'application/java-serialized-object',
4242
'class' => 'application/java-vm',
4343
'js' => 'application/javascript',
44+
'mjs' => 'application/javascript',
4445
'json' => 'application/json',
4546
'jsonml' => 'application/jsonml+json',
4647
'lostxml' => 'application/lost+xml',

0 commit comments

Comments
 (0)