VideoJS in reactJS with google IMA plugin
问题 We're migrating to VideoJS in ReactJS project, everything seems to work fine except for google IMA plugin. Are there any resources on how to use google-ima plugin in React? https://www.npmjs.com/package/videojs-ima-player I'm getting 'Uncaught Error: plugin "ima" does not exist' error here import React from "react"; import videojs from 'video.js' import 'videojs-ima'; class VideoJS extends React.Component { constructor(props) { super(props) console.log(this.props) } generetePlayerOptions = ()