Skip to content

Commit

Permalink
fix: make sure that es build is babelified (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev authored May 17, 2018
1 parent 4b0fde9 commit 5f0428d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ export default [
json({
preferConst: true
}),
worker()
worker(),
babel()
],
output: [{
name: 'videojsHttpStreaming',
Expand Down

0 comments on commit 5f0428d

Please sign in to comment.