Commit Graph

12 Commits

Author SHA1 Message Date
MrWindlike
ff7e570fb6 feat: add some eslint rules 2022-01-20 14:06:26 +08:00
Yanzhen Yu
dbd5571204 add canary release script 2021-11-30 11:15:51 +08:00
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
Yanzhen Yu
01f356a215 switch to general release 2021-10-27 00:25:44 +08:00
Yanzhen Yu
87b0552ff3 add release dev version script 2021-10-27 00:12:19 +08:00
ShenWen Yin
06d8f66f7e update ci test configuration 2021-09-23 09:38:28 +08:00
Sczlog
18fc31e7a7 use prepublish to replace build command 2021-09-23 09:38:28 +08:00
yinshenwen
e8d49d94d4 1. add github action to test and build file 2021-09-23 09:38:28 +08:00
Bowen Tan
36cbe2ae25 add eslint 2021-09-17 09:48:40 +08:00
Bowen Tan
5bde173d72 init prettier 2021-08-20 17:37:38 +08:00
Yanzhen Yu
cd8014c4eb init core package 2021-07-02 16:06:02 +08:00
Yanzhen Yu
322e72b1ef add lerna monorepo 2021-06-30 22:25:51 +08:00