Open benmccann opened 1 year ago
Looking forward for this PR to be merged, I got the same mime type issue when importing a ".cjs" file.
@mjackson shy bump :sweat_smile:
Fixes #355 Fixes #268
EDIT: I think this needs to go in the PR's description in order for it to track properly :sweat_smile:
Please merge, would be great :+1:
.cjs
is being served astext/plain
, which is incorrect. This PR upgrades themime
package as this is fixed in newer versions of it. See https://github.com/mjackson/unpkg/issues/355#issuecomment-1541520209