@storybook/preact-vite 7.6.0-alpha.5 → 7.6.0-alpha.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -2912,19 +2912,19 @@ interface TestBuildFlags {
|
|
2912
2912
|
/**
|
2913
2913
|
* The package @storybook/blocks will be excluded from the bundle, even when imported in e.g. the preview.
|
2914
2914
|
*/
|
2915
|
-
|
2915
|
+
disableBlocks?: boolean;
|
2916
2916
|
/**
|
2917
|
-
* Disable
|
2917
|
+
* Disable specific addons
|
2918
2918
|
*/
|
2919
|
-
|
2919
|
+
disabledAddons?: string[];
|
2920
2920
|
/**
|
2921
2921
|
* Filter out .mdx stories entries
|
2922
2922
|
*/
|
2923
|
-
|
2923
|
+
disableMDXEntries?: boolean;
|
2924
2924
|
/**
|
2925
2925
|
* Override autodocs to be disabled
|
2926
2926
|
*/
|
2927
|
-
|
2927
|
+
disableAutoDocs?: boolean;
|
2928
2928
|
/**
|
2929
2929
|
* Override docgen to be disabled.
|
2930
2930
|
*/
|
@@ -2938,9 +2938,9 @@ interface TestBuildFlags {
|
|
2938
2938
|
*/
|
2939
2939
|
disableTreeShaking?: boolean;
|
2940
2940
|
/**
|
2941
|
-
*
|
2941
|
+
* Minify with ESBuild when using webpack.
|
2942
2942
|
*/
|
2943
|
-
|
2943
|
+
esbuildMinify?: boolean;
|
2944
2944
|
}
|
2945
2945
|
interface TestBuildConfig {
|
2946
2946
|
test?: TestBuildFlags;
|
package/dist/index.d.ts
CHANGED
package/dist/preset.d.ts
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/preact-vite",
|
3
|
-
"version": "7.6.0-alpha.
|
3
|
+
"version": "7.6.0-alpha.6",
|
4
4
|
"description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -48,8 +48,8 @@
|
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
50
|
"@preact/preset-vite": "^2.0.0",
|
51
|
-
"@storybook/builder-vite": "7.6.0-alpha.
|
52
|
-
"@storybook/preact": "7.6.0-alpha.
|
51
|
+
"@storybook/builder-vite": "7.6.0-alpha.6",
|
52
|
+
"@storybook/preact": "7.6.0-alpha.6"
|
53
53
|
},
|
54
54
|
"devDependencies": {
|
55
55
|
"@types/node": "^18.0.0",
|