无法在React中使用Clappr RTMP软件包[缺少es6语法]

时间:2019-04-01 14:24:53

标签: reactjs ecmascript-6 clappr

我想利用clappr rtmp包播放rtmp流。我的技术堆栈包括React,在我的组件之一中,我打算使用此软件包,但clappr-rtmp的语法似乎已过时。

我尝试将语法更改为ES2015,但仍然失败。

当前有2个文件。 Index.JS和Main.JS。主文件包含所有代码逻辑,而在索引文件中,我们将导出默认代码。

export default require('./src/main.js') //Index.JS File (main entry point)

export default class RTMP extends Flash { //RTMP class which will be used in react component)
}

我在导出默认的require('./ src / main.js')时收到错误消息“ Uncaught SyntaxError:Unexpected token export”。

0 个答案:

没有答案