Skip to content

Commit

Permalink
Revert target option (#2151)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi authored Sep 9, 2022
1 parent 81b3cbb commit 653bced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"scripts": {
"watch": "bunchee index.ts -w",
"build": "bunchee index.ts --target es2015",
"build": "bunchee index.ts",
"types:check": "tsc --noEmit",
"clean": "rimraf dist"
},
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"scripts": {
"watch": "bunchee index.ts -w",
"build": "bunchee index.ts --target es2015",
"build": "bunchee index.ts",
"types:check": "tsc --noEmit",
"clean": "rimraf dist"
},
Expand Down

0 comments on commit 653bced

Please sign in to comment.