flauwekeul / honeycomb

Create hex grids easily, in node or the browser.
https://abbekeultjes.nl/honeycomb
MIT License
630 stars 57 forks source link

Update package.json #105

Closed Perlkonig closed 1 year ago

Perlkonig commented 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.

flauwekeul commented 1 year ago

Wow. I'd never expect the order of properties in an object would matter 😕, but if it works it works...

Perlkonig commented 1 year ago

Thanks. NPM is terrible in so many ways. This is just one more of them.