Skip to content

Commit

Permalink
fix: switch back to bili for es5 support till fixing in siroc
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 10, 2020
1 parent 022295a commit 07786c2
Show file tree
Hide file tree
Showing 2 changed files with 2,353 additions and 31 deletions.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"dist"
],
"scripts": {
"build": "siroc build",
"build": "bili src/defu.ts",
"lint": "eslint --ext .ts src",
"prepublish": "yarn build",
"release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
Expand All @@ -20,9 +20,11 @@
"@nuxtjs/eslint-config-typescript": "latest",
"@types/jest": "latest",
"@types/node": "latest",
"bili": "^5.0.5",
"eslint": "latest",
"expect-type": "^0.8.0",
"jest": "latest",
"rollup-plugin-typescript2": "^0.29.0",
"siroc": "^0.4.0",
"standard-version": "latest",
"ts-jest": "latest",
Expand Down

4 comments on commit 07786c2

@danielroe
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pi0 What's the bug?

@pi0
Copy link
Member Author

@pi0 pi0 commented on 07786c2 Nov 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Member Author

@pi0 pi0 commented on 07786c2 Nov 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW are you a bot? 😆

@danielroe
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 At your service 👍

Please sign in to comment.