File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 " encore"
2626 ],
2727 "exports" : {
28- "." : " ./dist/index.mjs" ,
29- "./rsbuild" : " ./dist/rsbuild.mjs" ,
30- "./stimulus" : " ./dist/stimulus.mjs" ,
31- "./types" : " ./dist/types.mjs" ,
32- "./vite" : " ./dist/vite.mjs" ,
28+ "." : {
29+ "types" : " ./dist/index.d.mts" ,
30+ "default" : " ./dist/index.mjs"
31+ },
32+ "./rsbuild" : {
33+ "types" : " ./dist/rsbuild.d.mts" ,
34+ "default" : " ./dist/rsbuild.mjs"
35+ },
36+ "./stimulus" : {
37+ "types" : " ./dist/stimulus.d.mts" ,
38+ "default" : " ./dist/stimulus.mjs"
39+ },
40+ "./types" : {
41+ "types" : " ./dist/types.d.mts" ,
42+ "default" : " ./dist/types.mjs"
43+ },
44+ "./vite" : {
45+ "types" : " ./dist/vite.d.mts" ,
46+ "default" : " ./dist/vite.mjs"
47+ },
3348 "./package.json" : " ./package.json"
3449 },
3550 "main" : " ./dist/index.mjs" ,
3651 "module" : " ./dist/index.mjs" ,
3752 "types" : " ./dist/index.d.mts" ,
38- "typesVersions" : {
39- "*" : {
40- "*" : [
41- " ./dist/*" ,
42- " ./*"
43- ]
44- }
45- },
4653 "files" : [
4754 " dist"
4855 ],
You can’t perform that action at this time.
0 commit comments