my1.html<!DOCTYPE html><html><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<meta name="format-detection" content="telephone=no"/></head><body>
<div>
巴拉巴拉1 </div>
<script src="js/my1.js"></script></body></html>my2.html<!DOCTYPE html><html><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<meta name="format-detection" content="telephone=no"/></head><body>
<div>
巴拉巴拉2 </div>
<script src="js/my2.js"></script></body></html>這需要webpack打包么?我覺得不是很有必要啊...
原生JS應用有必要webpack打包嗎?
慕桂英546537
2018-08-06 15:10:33