1 Star 0 Fork 0

韦官余/html5_rtsp_player

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rollup.flow.config.js 968 Bytes
一键复制 编辑 原始数据 按行查看 历史
// import babel from 'rollup-plugin-babel';
import buble from 'rollup-plugin-buble';
import alias from 'rollup-plugin-alias';
const path = require('path');
export default {
entry: path.join(__dirname, '/plugins/flowplayer/flowplayer.streamedian.js'),
targets: [
{dest: path.join(__dirname, 'dist/test.flowplayer.bundle.js'), format: 'umd'}
],
sourceMap: true,
plugins: [
//buble({
//exclude: 'node_modules/**'
//}),
alias({
bp_logger: path.join(__dirname,'node_modules/bp_logger/logger'),
bp_event: path.join(__dirname,'node_modules/bp_event/event'),
bp_statemachine: path.join(__dirname,'node_modules/bp_statemachine/statemachine'),
jsencrypt: path.join(__dirname,'node_modules/jsencrypt/src/jsencrypt'),
rtsp: path.join(__dirname,'node_modules/html5_rtsp_player/src'),
streamedian: path.join(__dirname,'src')
})
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wei_guanyu/html5_rtsp_player.git
git@gitee.com:wei_guanyu/html5_rtsp_player.git
wei_guanyu
html5_rtsp_player
html5_rtsp_player
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385