Closed Perlkonig closed 1 year ago
Fixes "Module not found: Error: Default condition should be last one" bug that stops React apps from starting.
My app stopped working a few days ago when you issued 4.1.2. Rolling back to 4.1.1 fixes the issue, as does patching 4.1.3 with the attached.
Wow. I'd never expect the order of properties in an object would matter 😕, but if it works it works...
Thanks. NPM is terrible in so many ways. This is just one more of them.
Fixes "Module not found: Error: Default condition should be last one" bug that stops React apps from starting.
My app stopped working a few days ago when you issued 4.1.2. Rolling back to 4.1.1 fixes the issue, as does patching 4.1.3 with the attached.