toddmedema / electrify

Take Charge of the Power Market
http://electrifygame.com
MIT License
6 stars 2 forks source link

Have settings page version pull from package.json #81

Closed toddmedema closed 2 months ago

toddmedema commented 3 months ago

This used to be done with a webpack build script, but that got ripped out in https://github.com/toddmedema/electrify/pull/77

Hopefully there's a way to do it within the create-react-app framework, I'd like to avoid having to eject and manage everything ourselves