Closed
Description
I've installed shaka-player as a dependency to my app and am creating a custom build which removes modules I don't need:
...
"prebuild": "node_modules/shaka-player/build/build.py --name bc +@complete -@offline -@cast -@hls --force",
...
This grabs my project's git version and messes up shaka.Player.version
. The build process should probably fall back to using npm_version()
somehow.