Commit 7a49084 1 parent d5beb57 commit 7a49084 Copy full SHA for 7a49084
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 194
194
"require" : " ./headers.js"
195
195
},
196
196
"./util" : {
197
- "types" : " ./util/public/ index.d.ts" ,
198
- "import" : " ./util/public/ index.mjs" ,
199
- "require" : " ./util/public/ index.js"
197
+ "types" : " ./util/index.d.ts" ,
198
+ "import" : " ./util/index.mjs" ,
199
+ "require" : " ./util/index.js"
200
200
},
201
201
"./util/browser" : {
202
202
"types" : " ./util/public/browser/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ export default defineConfig({
4
4
entry : {
5
5
types : "src/types.ts" ,
6
6
headers : "src/headers.ts" ,
7
- util : "src/util/public/index.ts" ,
7
+ " util/index" : "src/util/public/index.ts" ,
8
8
"util/browser" : "src/util/public/browser/index.ts" ,
9
9
"saleor-app" : "src/saleor-app.ts" ,
10
- auth : "src/auth/index.ts" ,
10
+ " auth/index" : "src/auth/index.ts" ,
11
11
/**
12
12
* APLs
13
13
*/
You can’t perform that action at this time.
0 commit comments