diff --git a/.htaccess b/.htaccess index dd0fce231e8..458154b545d 100644 --- a/.htaccess +++ b/.htaccess @@ -78,6 +78,8 @@ AddType image/svg+xml svg svgz AddType application/wasm wasm AddEncoding gzip svgz + # Serve ESM javascript files (.mjs) with correct mime type + AddType text/javascript js mjs