We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
./static
1 parent 5420b98 commit 3be1113Copy full SHA for 3be1113
2 files changed
.changeset/sb-addon-static.md
@@ -0,0 +1,5 @@
1
+---
2
+'@lg-tools/storybook-addon': patch
3
4
+
5
+Adds missing `./static` directory to package exports
tools/storybook-addon/package.json
@@ -32,10 +32,12 @@
32
"import": "./dist/esm/preview.js"
33
},
34
"./preset": "./preset.js",
35
- "./package.json": "./package.json"
+ "./package.json": "./package.json",
36
+ "./static": "./static"
37
38
"files": [
39
"dist/**/*",
40
+ "static/*",
41
"*.js",
42
"*.d.ts",
43
"README.md",
0 commit comments