Skip to content

Commit

Permalink
fix: expose client dist in exports (#8324)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 25, 2022
1 parent ba24e4b commit 689adc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/package.json
Expand Up @@ -20,6 +20,7 @@
"./client": {
"types": "./client.d.ts"
},
"./dist/client/*": "./dist/client/*",
"./terser": {
"require": "./dist/node-cjs/terser.cjs"
}
Expand Down

0 comments on commit 689adc0

Please sign in to comment.