File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 1515 "url" : " https://github.com/selemondev/vue3-signature-pad/issues"
1616 },
1717 "exports" : {
18- "." : {
19- "types" : " ./dist/index.d.ts" ,
20- "import" : " ./dist/index.js" ,
21- "require" : " ./dist/index.cjs"
22- }
18+ "." : " ./dist/index.js" ,
19+ "./package.json" : " ./package.json"
2320 },
24- "main" : " ./dist/index.cjs " ,
21+ "main" : " ./dist/index.js " ,
2522 "module" : " ./dist/index.js" ,
2623 "types" : " ./dist/index.d.ts" ,
27- "typesVersions" : {
28- "*" : {
29- "*" : [
30- " ./dist/*" ,
31- " ./*"
32- ]
33- }
34- },
3524 "files" : [
3625 " dist"
3726 ],
Original file line number Diff line number Diff line change @@ -8,5 +8,6 @@ export default defineConfig({
88 minify : false ,
99 platform : 'neutral' ,
1010 plugins : [ Vue ( { isProduction : true } ) ] ,
11+ exports : true ,
1112 dts : { vue : true } ,
1213} )
You can’t perform that action at this time.
0 commit comments