File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 2121 "exports" : {
2222 "." : {
2323 "types" : " ./dist/index.d.ts" ,
24- "import" : " ./dist/index.mjs" ,
25- "require" : " ./dist/index.cjs"
24+ "import" : " ./dist/index.mjs"
2625 },
2726 "./dav" : {
2827 "types" : " ./dist/dav/index.d.ts" ,
29- "import" : " ./dist/dav.mjs" ,
30- "require" : " ./dist/dav.cjs"
28+ "import" : " ./dist/dav.mjs"
3129 }
3230 },
33- "main" : " dist/index.cjs" ,
34- "module" : " dist/index.mjs" ,
35- "types" : " dist/index.d.ts" ,
3631 "files" : [
3732 " dist"
3833 ],
Original file line number Diff line number Diff line change @@ -9,13 +9,6 @@ export default createLibConfig({
99 index : 'lib/index.ts' ,
1010 dav : 'lib/dav/index.ts' ,
1111} , {
12- libraryFormats : [ 'cjs' , 'es' ] ,
13-
14- nodeExternalsOptions : {
15- // Force bundle pure ESM module
16- exclude : [ 'is-svg' ] ,
17- } ,
18-
1912 config : {
2013 plugins : [
2114 // Put the Codecov vite plugin after all other plugins
You can’t perform that action at this time.
0 commit comments