We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022295a commit 07786c2Copy full SHA for 07786c2
package.json
@@ -10,7 +10,7 @@
10
"dist"
11
],
12
"scripts": {
13
- "build": "siroc build",
+ "build": "bili src/defu.ts",
14
"lint": "eslint --ext .ts src",
15
"prepublish": "yarn build",
16
"release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
@@ -20,9 +20,11 @@
20
"@nuxtjs/eslint-config-typescript": "latest",
21
"@types/jest": "latest",
22
"@types/node": "latest",
23
+ "bili": "^5.0.5",
24
"eslint": "latest",
25
"expect-type": "^0.8.0",
26
"jest": "latest",
27
+ "rollup-plugin-typescript2": "^0.29.0",
28
"siroc": "^0.4.0",
29
"standard-version": "latest",
30
"ts-jest": "latest",
yarn.lock
@pi0 What's the bug?
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 :)
browser
BTW are you a bot? 😆
🤖 At your service 👍
4 commit comments
danielroe commentedon Nov 10, 2020
@pi0 What's the bug?
pi0 commentedon Nov 10, 2020
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 commentedon Nov 10, 2020
BTW are you a bot? 😆
danielroe commentedon Nov 10, 2020
🤖 At your service 👍