Skip to content

Commit

Permalink
remove polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
beeequeue committed Sep 5, 2023
1 parent d7a14b7 commit a76711d
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 553 deletions.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,20 @@
"vite": "4.4.9",
"vue": "3.3.4",
"vue-tsc": "1.8.8"
},
"pnpm": {
"overrides": {
"array-includes": "npm:@nolyfill/array-includes@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.hasown": "npm:@nolyfill/object.hasown@latest",
"object.values": "npm:@nolyfill/object.values@latest",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest"
}
}
}
Loading

0 comments on commit a76711d

Please sign in to comment.