LunatiqueCoder / luna

Luna - a React Native + Next.js template. Built with TypeScript :heart:
https://luna-gamma.vercel.app/
MIT License
264 stars 17 forks source link

Unmaintained packages. #21

Closed LunatiqueCoder closed 2 years ago

LunatiqueCoder commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, Luna is using react-app-rewired and customize-cra to configure webpack without ejecting, however those libraries seem unmaintained.

Describe the solution you'd like Use CRACO instead.

mikehardy commented 2 years ago

Oh wow, I have very little experience on the web side, so seeing the landscape of boilerplate and override projects in that ecosystem is really interesting. Moving to CRACO does seem like a good path forward

LunatiqueCoder commented 2 years ago

Indeed, CRACO is also new for me so I'll have to try it out, I was more familiar with react-app-rewired.