Jonathan Moody
Results
2
comments of
Jonathan Moody
@hxl-dy, I was able to get around this issue by setting global videojs and flvjs properties in Webpack using ProvidePlugin: ``` new webpack.ProvidePlugin({ 'window.videojs': path.resolve('node_modules/video.js/dist/video'), 'window.flvjs': path.resolve('node_modules/flv.js/dist/flv.js') }) ```
I'm continuing to run into errors due to this issue and I'd love to see a fix for it 🙂 I'm in the process of incrementally migrating from Apollo code-generated...