把手不会从脚本nomodule类型执行bundle.js

时间:2018-12-04 15:58:23

标签: javascript handlebars.js es6-modules

我有由JS模块编写的代码,并且车把引擎理解得很好

<script type="module" src=""></script> 

下一步,我想做的是创建bundle.js,作为尚无法读取模块的浏览器的后备。似乎把手没有理解

<script nomodule src=""></script> 

我试图将脚本移动到布局文件,仍然没有运气。有什么方法可以使.hbs文件理解nomodule脚本?还是我必须将.hbs转换为.html才能使其正常工作?

0 个答案:

没有答案