Skip to content

Commit 07786c2

Browse files
committedNov 10, 2020
fix: switch back to bili for es5 support till fixing in siroc
1 parent 022295a commit 07786c2

File tree

2 files changed

+2353
-31
lines changed

2 files changed

+2353
-31
lines changed
 

‎package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dist"
1111
],
1212
"scripts": {
13-
"build": "siroc build",
13+
"build": "bili src/defu.ts",
1414
"lint": "eslint --ext .ts src",
1515
"prepublish": "yarn build",
1616
"release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
@@ -20,9 +20,11 @@
2020
"@nuxtjs/eslint-config-typescript": "latest",
2121
"@types/jest": "latest",
2222
"@types/node": "latest",
23+
"bili": "^5.0.5",
2324
"eslint": "latest",
2425
"expect-type": "^0.8.0",
2526
"jest": "latest",
27+
"rollup-plugin-typescript2": "^0.29.0",
2628
"siroc": "^0.4.0",
2729
"standard-version": "latest",
2830
"ts-jest": "latest",

‎yarn.lock

+2,350-30
Large diffs are not rendered by default.

4 commit comments

Comments
 (4)

danielroe commented on Nov 10, 2020

@danielroe
Member

@pi0 What's the bug?

pi0 commented on Nov 10, 2020

@pi0
MemberAuthor

Not a bug @danielroe but we may generate browser field with lower target. PS: Maybe a simpler option to set esbuild target can be enough :)

pi0 commented on Nov 10, 2020

@pi0
MemberAuthor

BTW are you a bot? 😆

danielroe commented on Nov 10, 2020

@danielroe
Member

🤖 At your service 👍

Please sign in to comment.