Commit Graph

18 Commits

Author SHA1 Message Date
Bowen Tan
d69ade6655 build(package.json): modify commit message to pass commitlint when releasing package 2022-06-06 15:50:31 +08:00
Bowen Tan
07b6375790 build(package.json): remove 'git add' from lint-staged 2022-06-06 15:28:43 +08:00
tanbowensg
6cec7d7a88
Merge pull request #415 from webzard-io/feat/module
feat(editor): add module mock properties in the editor
2022-05-26 10:22:33 +08:00
MrWindlike
8e455ce184 feat: add the module mock properties 2022-05-23 21:32:02 +08:00
MrWindlike
92526a7501 chore: change the commitlint versions 2022-05-23 15:49:24 +08:00
MrWindlike
ccad1f4fe2 chore: add commit lint and script 2022-05-23 15:48:47 +08:00
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