SCCapstone / PalmettoProgrammers

https://www.forces-unite.com
MIT License
4 stars 1 forks source link

Small chat box #544

Closed jbytes1027 closed 6 months ago

jbytes1027 commented 6 months ago

image

Issue with Firefox 115.10.0esr, but not 126.0b3 or chromium.

epadams commented 6 months ago

Probably just an issue with that specific version of Firefox then, its a long support release which might not support newer functions/css/syntax that could be automatically used when building with Vite. Might still be worth looking into though

jbytes1027 commented 6 months ago

Firefox 115 was released in 2023. It's concerning that a 1yr old browser isn't supported. Maybe want to change vite's build.target to be a bit more backwards compatible.

I guess as long as Jose doesn't happen to test it with that version it will probably be fine.

epadams commented 6 months ago

I've only briefly used Firefox ESR on Debian so I'm not sure if there are any technical differences in the browser's backend other than it being a long supported release. We can try changing the build target like you said. I do find it kind of odd that it is having issues since it was released less than a year ago, it should be recent enough.