Skip to content

Commit

Permalink
chore: reduce node_module by nolyfill
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Aug 26, 2023
1 parent e977674 commit cb26a80
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 576 deletions.
20 changes: 19 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"framer-motion": "^10.16.1",
"idb-keyval": "6.2.1",
"immer": "^10.0.2",
"jojoo": "0.0.3",
"jotai": "2.4.0",
"js-cookie": "3.0.5",
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.2.1-beta.0",
Expand Down Expand Up @@ -121,5 +122,22 @@
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"showDetails": true
},
"pnpm": {
"overrides": {
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@latest",
"has": "npm:@nolyfill/has@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.entries": "npm:@nolyfill/object.entries@latest",
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
"object.groupby": "npm:@nolyfill/object.groupby@latest",
"object.hasown": "npm:@nolyfill/object.hasown@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest"
}
}
}
}
Loading

1 comment on commit cb26a80

@vercel
Copy link

@vercel vercel bot commented on cb26a80 Aug 26, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

shiro – ./

shiro-git-main-innei.vercel.app
shiro-innei.vercel.app
springtide.vercel.app
innei.in

Please sign in to comment.