我在Stackblitz中创建了一个简单的JavaScript
项目,并尝试包含
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相关的任何内容。
Here is我的stackblitz链接:https://stackblitz.com/edit/js-gxqqqw
实际上,我无法使用脚本标签包含任何其他JS文件。
<script type="text/javascript" src="Not_able_to_include_any_js_file.js"></script>