File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 3232 "types" : " ./dist/index.d.ts" ,
3333 "exports" : {
3434 "." : " ./dist/index.js" ,
35+ "./api" : " ./dist/api.js" ,
3536 "./esbuild" : " ./dist/esbuild.js" ,
36- "./rollup" : " ./dist/rollup.js" ,
3737 "./rolldown" : " ./dist/rolldown.js" ,
38- "./webpack " : " ./dist/webpack .js" ,
38+ "./rollup " : " ./dist/rollup .js" ,
3939 "./rspack" : " ./dist/rspack.js" ,
4040 "./vite" : " ./dist/vite.js" ,
41- "./api " : " ./dist/api .js" ,
42- "./* " : " ./* "
41+ "./webpack " : " ./dist/webpack .js" ,
42+ "./package.json " : " ./package.json "
4343 },
4444 "typesVersions" : {
4545 "*" : {
9393 "engines" : {
9494 "node" : " >=20.19.0"
9595 },
96- "prettier" : " @sxzz/prettier-config"
96+ "prettier" : " @sxzz/prettier-config" ,
97+ "tsdown" : {
98+ "entry" : [
99+ " ./src/*.ts"
100+ ],
101+ "exports" : true
102+ }
97103}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments