Steps to reproduce:
git clone https://
[email protected]/dmitrydranitski/pixijs-5.1.1-5.1.5-update-bug.git
cd into dir
npm i
npm run dev
go to the url (https://localhost:8080 by default)
you should see the page
Ctrl+C - stop the webpack-dev-server
rm -rf node_modules
npm i
[email protected]
npm run dev
go to the url (https://localhost:8080 by default)
The code is not working. I can not see the reason, seems like a bug?
Thanks in advance for any help!