videojs 在開發環境中正常,打包編譯後報錯:Uncaught ReferenceError: t is not defined.

解決方法:
在webpack配置檔案 module 裡加入 noParse: [/videojs-contrib-hls/]
參考自:https://github.com/surmon-china/vue-video-player/issues/90
videojs 在開發環境中正常,打包編譯後報錯:Uncaught ReferenceError: t is not defined.
在webpack配置檔案 module 裡加入 noParse: [/videojs-contrib-hls/]
參考自:https://github.com/surmon-china/vue-video-player/issues/90