Skip to content

Commit

Permalink
feat: Add rollup plugin polyfill node dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
youthfulhps committed Jul 10, 2023
1 parent ec35ee6 commit bd33eef
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 13 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"test": "jest"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.6",
"@typescript-eslint/eslint-plugin": "^5.54.0",
Expand All @@ -42,5 +44,8 @@
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-dts": "^2.0.2"
},
"dependencies": {
"rollup-plugin-polyfill-node": "^0.12.0"
}
}
117 changes: 104 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd33eef

Please sign in to comment.