You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like for you to create a file index.js in the root of the project that contains the proper module.exports for all of the major classes for shaka-player.
Currently the NPM dependency requires google closure compiler in order to be used and the individual namespaced classes are only available after including the script in head or .
Exposing module.exports would allow this lib to be used in a CommonJS environment more easily.
The text was updated successfully, but these errors were encountered:
I would like for you to create a file index.js in the root of the project that contains the proper module.exports for all of the major classes for shaka-player.
Currently the NPM dependency requires google closure compiler in order to be used and the individual namespaced classes are only available after including the script in head or .
Exposing module.exports would allow this lib to be used in a CommonJS environment more easily.
The text was updated successfully, but these errors were encountered: