Skip to content

Commit fdea96d

Browse files
committed
Add support for .mjs files
Right now these are served as application/octect-stream The latest mime module with latest mime-db thought would serve them as application/javascript. This would enable direct .mjs access without needing ?module or runtime transpilations.
1 parent d3f3aa6 commit fdea96d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"gunzip-maybe": "^1.4.0",
2020
"invariant": "^2.2.2",
2121
"isomorphic-fetch": "^2.2.1",
22-
"mime": "^1.3.6",
22+
"mime": "^1.4.0",
2323
"mkdirp": "^0.5.1",
2424
"morgan": "^1.8.1",
2525
"ndjson": "^1.5.0",

0 commit comments

Comments
 (0)