Skip to content

Commit

Permalink
fix: Vite 5 - The CJS build of Vite's Node API is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
rgarcia committed Feb 11, 2024
1 parent 6f43735 commit 3178103
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions workspaces/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"description": "Out-of-box MPA plugin for Vite, with html template engine and virtual files support.",
"homepage": "https://github.com/emosheeep/vite-plugin-virtual-mpa/tree/master/workspaces/plugin#readme",
"repository": {
Expand Down

0 comments on commit 3178103

Please sign in to comment.