noaignite / create-ignite-app

Boilerplate for React with Next.js and MUI
17 stars 2 forks source link

Refactor configs to ESM #87

Closed alexanderflink closed 2 weeks ago

alexanderflink commented 1 year ago

This is a nice-to-have, but we should look into refactoring all configs in create-ignite-app to ESM, since it's now supported by Node and Next. It gives us some nice things like top level await and nicer imports.

maeertin commented 2 weeks ago

Closing PR as no longer relevant as "cia" is now purely a documentation app.