Skip to content

Commit

Permalink
Add Rollup support
Browse files Browse the repository at this point in the history
  • Loading branch information
zauni committed Sep 17, 2024
1 parent a4b0a95 commit 329e383
Show file tree
Hide file tree
Showing 6 changed files with 335 additions and 68 deletions.
135 changes: 68 additions & 67 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"require": "./dist/esbuild.cjs",
"import": "./dist/esbuild.js"
},
"./rollup": {
"require": "./dist/rollup.cjs",
"import": "./dist/rollup.js"
},
"./vite": {
"require": "./dist/vite.cjs",
"import": "./dist/vite.js"
Expand Down Expand Up @@ -56,6 +60,7 @@
"glob": "^11.0.0",
"memfs": "^4.11.1",
"openapi-types": "^12.1.3",
"rollup": "^4.21.3",
"tsup": "^8.2.4",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
Expand Down
Loading

0 comments on commit 329e383

Please sign in to comment.