mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-02-11 17:37:40 +08:00
@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 |
||
---|---|---|
.. | ||
core | ||
editor | ||
runtime |