Skip to content

Commit

Permalink
fix: fix build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhaijing committed Sep 23, 2023
1 parent af0f633 commit 5bcefb3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 37 deletions.
18 changes: 9 additions & 9 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
]
],
"plugins": [
[
"@babel/plugin-transform-runtime",
{
"corejs": 3,
"versions": "^7.22.15",
"helpers": true,
"regenerator": false
}
]
// [
// "@babel/plugin-transform-runtime",
// {
// "corejs": 3,
// "versions": "^7.22.15",
// "helpers": true,
// "regenerator": false
// }
// ]
],
"env": {
"test": {
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

type checking library. fixed the problem of typeof. support IE6.

类型检测库,弥补typeof的问题,原生兼容IE6

English | [简体中文](./README-zh_CN.md)

## Environment Support
Expand Down
28 changes: 2 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5bcefb3

Please sign in to comment.