sunmao-ui/packages
Yanzhen Yu fd86d9cc0e fork @vue-reactivity/watch to fix bundler issue
@vue-reactivity/watch use tsup as its bundler, which create .mjs
file as the ES module output.
But webpack4 do not like .mjs extension which cause tools like
create-react-app failed when using meta-ui. Even users can add some
trick to let webpack4 bundle .mjs file, the watch function still
not working.

Refs:
1. https://github.com/facebook/create-react-app/issues/10356
2. https://github.com/formatjs/formatjs/issues/1395#issuecomment-518823361
2021-10-27 14:11:02 +08:00
..
core Publish 2021-10-27 11:45:51 +08:00
editor Publish 2021-10-27 11:52:03 +08:00
runtime fork @vue-reactivity/watch to fix bundler issue 2021-10-27 14:11:02 +08:00