ionic-team / starters

Starter templates for Ionic apps, used by the Ionic CLI
MIT License
462 stars 316 forks source link

fix(react): browserslist uses same config for dev and prod #1764

Closed liamdebeasi closed 1 year ago

liamdebeasi commented 1 year ago

Running an app in development mode omits polyfills/transpiling necessary for an app to run on older versions of browsers. This PR updates the browserslist config for React to use the same config across dev and prod.