videojs / videojs-contrib-quality-levels

Other
154 stars 52 forks source link

chore: fix package.json import for webpack5 compatibility #148

Open barronbud opened 9 months ago

barronbud commented 9 months ago

Description

When using Webpack 5 this warning is thrown during builds:

videojs-contrib-quality-levels/src/plugin.js @ 30:33-40
Should not import the named export 'version' (imported as 'VERSION') from default-exporting module (only default export is available soon)

This updates importing package.json and updates the version references in plugin.js.

Specific Changes proposed

Requirements Checklist