- waring
./node_modules/vue-aplayer/dist/vue-aplayer.min.js
Module not found: Error: Can't resolve 'hls.js' in
- 解决
在 vue.config.js或webpack.base.conf.js中添加external
,如configureWebpack:{externals: 'hls.js'}
./node_modules/vue-aplayer/dist/vue-aplayer.min.js
Module not found: Error: Can't resolve 'hls.js' in
external
,如configureWebpack:{externals: 'hls.js'}
本文标题:vue-aplayer 中没有安装 hls.js出现警告
本文链接:https://www.haomeiwen.com/subject/tvyurltx.html
网友评论