Skip to content

Commit

Permalink
chore(polyfills): add vite polyfills to avoid issue with crypto
Browse files Browse the repository at this point in the history
Arbundles does not export polyfills by default, so we need to include one. The turbo-sdk could provide them, so we can look into the best resolution so consuming teams do not have to provide them.
  • Loading branch information
dtfiedler committed Nov 16, 2023
1 parent bdf74ec commit 1817e1c
Show file tree
Hide file tree
Showing 3 changed files with 446 additions and 14 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"tsc-files": "^1.1.4",
"typescript": "^4.9.5",
"vite": "^4.4.3",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.33.0"
Expand Down
Loading

0 comments on commit 1817e1c

Please sign in to comment.