File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @storybook/addon-webpack5-compiler-babel" ,
3
3
"version" : " 3.0.3" ,
4
- "type" : " module" ,
5
4
"description" : " Adds babel as a Webpack5 compiler to Storybook" ,
6
5
"keywords" : [
7
6
" storybook-addons" ,
13
12
"url" : " git+https://github.com/storybookjs/addon-webpack5-compiler-babel.git"
14
13
},
15
14
"scripts" : {
16
- "build" : " tsup" ,
15
+ "build" : " tsup --config tsup.config.mts " ,
17
16
"format" : " biome format ./src" ,
18
17
"format:write" : " pnpm format --write" ,
19
18
"check" : " biome check ./src" ,
24
23
},
25
24
"exports" : {
26
25
"." : {
27
- "require" : " ./dist/index.cjs " ,
28
- "import" : " ./dist/index.js "
26
+ "require" : " ./dist/index.js " ,
27
+ "import" : " ./dist/index.mjs "
29
28
},
30
- "./preset" : " ./dist/preset.cjs " ,
29
+ "./preset" : " ./dist/preset.js " ,
31
30
"./package.json" : " ./package.json"
32
31
},
33
32
"main" : " dist/index.cjs" ,
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments