File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 },
4040 "./orchestrion/vite" : {
4141 "types" : " ./build/types/orchestrion/bundler/vite.d.ts" ,
42- "import" : " ./build/esm/orchestrion/bundler/vite.js"
42+ "import" : " ./build/esm/orchestrion/bundler/vite.js" ,
43+ "require" : " ./build/cjs/orchestrion/bundler/vite.js"
4344 },
4445 "./orchestrion/rollup" : {
4546 "types" : " ./build/types/orchestrion/bundler/rollup.d.ts" ,
46- "import" : " ./build/esm/orchestrion/bundler/rollup.js"
47+ "import" : " ./build/esm/orchestrion/bundler/rollup.js" ,
48+ "require" : " ./build/cjs/orchestrion/bundler/rollup.js"
4749 },
4850 "./orchestrion/webpack" : {
4951 "types" : " ./build/types/orchestrion/bundler/webpack.d.ts" ,
5254 },
5355 "./orchestrion/esbuild" : {
5456 "types" : " ./build/types/orchestrion/bundler/esbuild.d.ts" ,
55- "import" : " ./build/esm/orchestrion/bundler/esbuild.js"
57+ "import" : " ./build/esm/orchestrion/bundler/esbuild.js" ,
58+ "require" : " ./build/cjs/orchestrion/bundler/esbuild.js"
5659 },
5760 "./orchestrion/import-hook" : {
5861 "import" : " ./build/orchestrion/import-hook.mjs"
You can’t perform that action at this time.
0 commit comments