File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/vue-apollo-composable Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { nodeExternalsPlugin } from 'esbuild-node-externals'
13
13
( async ( ) => {
14
14
/** @type {Build[] } */
15
15
const builds = [
16
- { format : 'esm' , file : 'index.esm.js ' } ,
16
+ { format : 'esm' , file : 'index.mjs ' } ,
17
17
{ format : 'cjs' , file : 'index.js' } ,
18
18
]
19
19
for ( const { format, file } of builds ) {
Original file line number Diff line number Diff line change 24
24
},
25
25
"main" : " dist/index.js" ,
26
26
"types" : " dist/index.d.ts" ,
27
- "module" : " dist/index.esm.js " ,
27
+ "module" : " dist/index.mjs " ,
28
28
"exports" : {
29
29
"." : {
30
30
"types" : " ./dist/index.d.ts" ,
31
- "import" : " ./dist/index.esm.js " ,
31
+ "import" : " ./dist/index.mjs " ,
32
32
"require" : " ./dist/index.js"
33
33
},
34
34
"./*" : " ./*"
You can’t perform that action at this time.
0 commit comments