如何配置webpack才能引入外链css和js

求解答!!
如何配置webpack.config 才能给所有html统一注入外链js和css,避免外链资源被打包进项目。

红颜莎娜
浏览 1404回答 1
1回答

元芳怎么了

webpack.config.jsnew HtmlwebpackPlugin({&nbsp; &nbsp; &nbsp; &nbsp; template: APP_PATH+'/index.html'})index.html<!DOCTYPE html><html><head>&nbsp; &nbsp; <meta charset="UTF-8">&nbsp; &nbsp; <title>Document</title>&nbsp; &nbsp; <link rel="stylesheet" href="外部css"></head><body>&nbsp; &nbsp; <script>外部js</script></body></html>
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript