File tree Expand file tree Collapse file tree 4 files changed +1703
-3607
lines changed Expand file tree Collapse file tree 4 files changed +1703
-3607
lines changed Original file line number Diff line number Diff line change 24
24
"url" : " https://strapi.io"
25
25
}
26
26
],
27
+ "browser" : " ./dist/bundle.browser.min.js" ,
27
28
"exports" : {
28
29
"." : {
29
30
"types" : " ./dist/index.d.ts" ,
30
31
"require" : " ./dist/bundle.cjs.js" ,
31
- "import" : " ./dist/bundle.esm.js"
32
+ "import" : " ./dist/bundle.esm.js" ,
33
+ "browser" : {
34
+ "import" : " ./dist/bundle.browser.min.js" ,
35
+ "require" : " ./dist/bundle.browser.min.js"
36
+ }
32
37
},
33
38
"./package.json" : " ./package.json"
34
39
},
58
63
"@commitlint/types" : " 19.5.0" ,
59
64
"@rollup/plugin-commonjs" : " 28.0.1" ,
60
65
"@rollup/plugin-node-resolve" : " 15.3.0" ,
66
+ "@rollup/plugin-replace" : " ^6.0.2" ,
67
+ "@rollup/plugin-terser" : " ^0.4.4" ,
61
68
"@rollup/plugin-typescript" : " 12.1.1" ,
62
69
"@strapi/eslint-config" : " 0.2.1" ,
63
70
"@types/debug" : " ^4.1.12" ,
81
88
"npm" : " >=6.0.0"
82
89
},
83
90
"dependencies" : {
84
- "debug" : " 4.4.0" ,
85
- "supports-color" : " 10.0.0"
91
+ "debug" : " 4.4.0"
86
92
}
87
93
}
You can’t perform that action at this time.
0 commit comments