Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: removes deprecated jsnext and main options #6075

Merged
merged 27 commits into from Jul 26, 2019

Conversation

gjanblaszczyk
Copy link
Member

Description

Fixes showing deprecation warning during the building process.

rollup -c

node-resolve: setting options.jsnext is deprecated, please override options.mainFields instead
node-resolve: setting options.main is deprecated, please override options.mainFields instead

src/js/index.js → dist/video.js...

Specific Changes proposed

Uses mainFields instead of jsnext and main options.

Requirements Checklist

  • [X ] Feature implemented / Bug fixed
  • If necessary, more likely in a feature request than a bug fix
    • Change has been verified in an actual browser (Chome, Firefox, IE)
    • Unit Tests updated or fixed
    • Docs/guides updated
    • Example created (starter template on JSBin)
  • Reviewed by Two Core Contributors

rollup.config.js Outdated Show resolved Hide resolved
@gkatsev gkatsev merged commit 2e69448 into videojs:master Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants