Skip to content

Commit

Permalink
feat: add esbuild export (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz authored Jul 4, 2022
1 parent 72fd07c commit fa99b0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"require": "./dist/rollup.js",
"import": "./dist/rollup.mjs"
},
"./esbuild": {
"require": "./dist/esbuild.js",
"import": "./dist/esbuild.mjs"
},
"./nuxt": {
"require": "./dist/nuxt.js",
"import": "./dist/nuxt.mjs"
Expand Down

0 comments on commit fa99b0b

Please sign in to comment.