If you get this error message, it means that this is not a problem with the same release.
, , , MIME script MIME javascript.
MIME, .
, , , , .
;) - script, Blob XHR (fetch file://), type jM MIME, <script> src blobURI Blob.
var xhr = new XMLHttpRequest();
xhr.onload = e => {
let blob = xhr.response;
blob.type = 'application/javascript';
moduleScript.src = URL.createObjectURL(blob);
};
xhr.open('get', "yourmodule.js");
xhr.responseType = 'blob';
xhr.send();
, import .