-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2bdc32b
commit 2c09ab0
Showing
6 changed files
with
874 additions
and
861 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
diff --git a/node_modules/@vitejs/plugin-vue/package.json b/node_modules/@vitejs/plugin-vue/package.json | ||
index 9b4c38d..5352c61 100644 | ||
--- a/node_modules/@vitejs/plugin-vue/package.json | ||
+++ b/node_modules/@vitejs/plugin-vue/package.json | ||
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@vitejs/plugin-vue", | ||
"version": "5.1.2", | ||
- "type": "commonjs", | ||
+ "type": "module", | ||
"license": "MIT", | ||
"author": "Evan You", | ||
"files": [ | ||
@@ -12,6 +12,7 @@ | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
+ "types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.