Skip to content

Commit c6ac5bb

Browse files
committed
1 parent f4c9cf3 commit c6ac5bb

File tree

4 files changed

+34
-15
lines changed

4 files changed

+34
-15
lines changed

manifest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineManifest } from '@crxjs/vite-plugin/dist/index.js';
1+
import { defineManifest } from '@crxjs/vite-plugin/dist/index.mjs';
22
import packageJson from './package.json' assert { type: 'json' };
33

44
// Convert from SemVer, eg. 0.1.0-beta6 becomes:

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
},
4646
"pnpm": {
4747
"patchedDependencies": {
48-
"@vitejs/[email protected]": "patches/@[email protected]"
48+
"@vitejs/[email protected]": "patches/@[email protected]",
49+
4950
}
5051
}
5152
}

patches/@[email protected]

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
diff --git a/dist/index.d.ts b/dist/index.d.mts
2+
similarity index 100%
3+
rename from dist/index.d.ts
4+
rename to dist/index.d.mts

pnpm-lock.yaml

+27-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)