I'm starting with this template https://github.com/rustwasm/rust-parcel-template and just adding a basic bevy example
Here is the basic modified repo https://github.com/JoeHowarth/react-bevy-example/blob/main/crate/src/sprite_example.rs
When I run npm run start I get "panicked at 'Unable to find a GPU! Make sure you have installed required drivers!"
This doesn't happen when using the webpack template or running examples (i.e. cargo serve ....