Is the Webpack Demo broken?

The Webpack Demo is very old now and was written for Node 16. I’ve updated it for Node 22 but it still doesn’t build properly. There are hundreds of errors in bundle.js and the output webpage is a mess.

Has anyone succeeded in getting a basic player working with modern Weback/Node?

Hi,

Thanks for reporting, the demo was indeed not working anymore on recent Node versions as the build tools were outdated. This is resolved now with Update webpack demo by dweinber · Pull Request #75 · bitmovin/bitmovin-player-web-samples · GitHub .

1 Like

Wow! That’s good service - thank you. I’ll give it a go.