Cristopher
cb1106d2ce
chore(deps): replace fast-glob with tinyglobby ( #4132 )
2 months ago
烽宁
86a3c24d2a
chore: use createRequire instead of directly importing json ( #2418 )
1 year ago
Slyn
47f1df5a5a
chore: copy shared files in parallel ( #823 )
2 years ago
Kia King Ishii
a67702cce5
chore: remove unknown console log from release script
2 years ago
Kia King Ishii
b4d2501017
chore: make release script work again
2 years ago
Kia King Ishii
6c611cfe85
chore: update release script
2 years ago
Anthony Fu
a0f81c9f9d
feat: migrate to ESM ( #645 ) ( #659 )
...
close #645
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
2 years ago
Evan You
d655988c2b
fix build copy
3 years ago
Evan You
d32d8d4419
feat: use git-based lastUpdated data
...
- The main reason behind this change is because previously the FS-based
timestamp is inaccurate and will change on every remote deployment in
CI environments, resulting in cache invalidation on every build. Using
git timestamps makes them stable.
- This is now disabled by default for performance reasons, as getting
the git timestamp requires spawning a child process and is expensive.
To enable it, use the new `lastUpdated: true` config option.
3 years ago
Anthony Fu
49ddb1f120
workflow: switch to pnpm ( #401 )
3 years ago
Re_star
4d4be24a7e
build: fix watchAndCopy script for windows ( #402 )
3 years ago
Evan You
cae85f1d1a
chore: target node12
3 years ago
Evan You
475dee5154
build: pre-bundle, reduce deps
3 years ago
Evan You
55de7ab43c
refactor: adjust shared utility/types build setup
...
fix non-existent imports in generated dts files
3 years ago
Eduardo San Martin Morote
e79108cce0
build: fix release script
4 years ago
Kia King Ishii
1c294172ac
chore: add comfirmation step on release after generating the changelog
4 years ago
Kia King Ishii
22b34e7ac9
chore: update release script to match with other latest vue libs ( #134 )
4 years ago
Kia Ishii
287ca2f0da
style: remove duplicated comment
4 years ago
Kia King Ishii
df97d96909
build: handle shared files better ( #72 ) ( #114 )
...
fix #72
4 years ago
Eduardo San Martin Morote
867a113420
build: add release script
...
Making sure the changelog is included in tags. Also unifies the tag bump with
the changelog generation.
4 years ago
Evan You
796a1a6730
build: fix build copy
5 years ago
Evan You
d8f2eb1ffc
tweap copy script
5 years ago
Evan You
0d462b4256
workflow: copy non-ts files during dev
5 years ago