react-restart / ui

MIT License
132 stars 22 forks source link

fix: point node to the common js build #85

Closed jquense closed 1 year ago

jquense commented 1 year ago

fixes #84 in a disappointing way

e1himself commented 1 year ago

But there is a proper fix, which isn't that much difficult to implement.

Here's how I've fixed ESM for react-bootstrap/dom-helpers: https://github.com/react-bootstrap/dom-helpers/pull/180

Once dom-helpers are fixed, the same can be applied to this repo.