<script type="module" src="./index.js"></script>报错
来源:2-2 什么是模块打包工具?
 
			炭球猫
2019-03-27
在html中写
<script type="module" src="./index.js"></script>
这样的代码,并未进行打包,浏览器无法加载js。
请问这是哪里有问题。
浏览器版本:chrome 73
写回答
	1回答
- 
				  Dell 2019-03-27 你至少得把index.js的代码贴出来吧,同学,你说呢 00
相似问题
