videojs / vhs-utils

Objects and functions shared throughout @videojs/http-streaming code
MIT License
7 stars 8 forks source link

feat: use @videojs/babel-config to transpile code to cjs/es for node #20

Closed brandonocasey closed 3 years ago

brandonocasey commented 4 years ago

BREAKING CHANGE: dist files changed from './dist' to './cjs' and './es'

This pr is blocked by a pr in https://github.com/videojs/videojs-generate-rollup-config/pull/33

This pull request will decrease the size of our code by allowing rollup in parent projects to merge dependencies that are the same, rather than duplicating their code as we currently do.