Skip to content

Commit

Permalink
Next.js-Vite: Fix vite plugin exports
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Sep 4, 2024
1 parent ab66906 commit b2c4baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/frameworks/experimental-nextjs-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
},
"./vite-plugin": {
"types": "./dist/vite-plugin/index.d.ts",
"import": "./dist/vite-plugin/index.js",
"require": "./dist/vite-plugin/index.cjs"
"import": "./dist/vite-plugin/index.mjs",
"require": "./dist/vite-plugin/index.js"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit b2c4baa

Please sign in to comment.