feat(build): umd 构建,支持 <script> 直接引入使用

This commit is contained in:
sight
2022-03-28 17:59:26 +08:00
parent 264866a007
commit e9389d00fe
4 changed files with 47 additions and 1 deletions

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@ dist/
example/dist/
lib/
es/
umd/
/types/
npm-debug.log*
yarn-debug.log*