-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
webpack 模板,我需要在html
引入外部的js作为公共的库提供,但发现无论我怎么设置路径,开发模式下始终找不到引入的文件。例如下面这个
<body>
<app></app>
<script src="./lib/qrcode.min.js"></script>
</body>
但是如果用webpack-dev-server
,就可以找到相应的目录
Metadata
Metadata
Assignees
Labels
No labels