我在StackblitzJavaScript
中创建了一个简单的项目,并尝试包含 dropzone.js,但出现以下错误消息
(index):1 Refused to execute script from 'https://js-gxqqqw.stackblitz.io/dropzone.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
有很多类似的帖子,但我找不到与 stackblitz 相关的任何内容。
这是我的 stackblitz 链接:https ://stackblitz.com/edit/js-gxqqqw
事实上,我无法使用脚本标签包含任何其他 JS 文件。
<script type="text/javascript" src="Not_able_to_include_any_js_file.js"></script>