hackoregon / civic

The frontend monorepo for the CIVIC platform.
http://civicplatform.org
MIT License
60 stars 26 forks source link

Use common babelrc file in ui-core #1215

Closed jaronheard closed 3 years ago

jaronheard commented 3 years ago

For some reason @hackoregon/ui-core was using a different babel configuration than the other packages, and it breaks code-splitting. (Note, I was the reason 😅)

This makes it use the same babel configuration as the other @hackoregon/ui- packages.