We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import 'lib/chimee-mobile-player.browser.css'; import ChimeeMobilePlayer from 'chimee-mobile-player';
编译报错: This dependency was not found:
To install it, you can run: npm install --save lib/chimee-mobile-player.browser.css
The text was updated successfully, but these errors were encountered:
你跑的是什么版本?引入的是哪个 js 文件。需要跟踪一下。目测是你那个版本里面有 import css 的逻辑。你试试更新到最新的版本试试。
Sorry, something went wrong.
@toxic-johann 跟版本有关系? 官方引入方式是:import 'lib/chimee-mobile-player.browser.css'; 我这样引入就对了:import 'chimee-mobile-player/lib/chimee-mobile-player.browser.css';
另外,我这边是在H5做的直播m3u8,希望尽量完善一下文档,比如兼容、比如实例销毁、 今晚遇到的问题是IOS动态切换src正常,vivo无效,播的还是上一个有效的src, 其它问题我在另外一个issue有提~ 感谢回复!
No branches or pull requests
import 'lib/chimee-mobile-player.browser.css';
import ChimeeMobilePlayer from 'chimee-mobile-player';
编译报错:
This dependency was not found:
To install it, you can run: npm install --save lib/chimee-mobile-player.browser.css
The text was updated successfully, but these errors were encountered: