vite-plugin-storybook-nextjs 2.0.0--canary.33.17a2310.0 → 2.0.0--canary.33.c17eb1b.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +12 -0
- package/dist/index.js +12 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2932,6 +2932,18 @@ function VitePlugin({ dir = process.cwd() } = {}) {
|
|
|
2932
2932
|
},
|
|
2933
2933
|
optimizeDeps: {
|
|
2934
2934
|
include: [
|
|
2935
|
+
"next/dist/shared/lib/app-router-context.shared-runtime",
|
|
2936
|
+
"next/dist/shared/lib/head-manager-context.shared-runtime",
|
|
2937
|
+
"next/dist/shared/lib/hooks-client-context.shared-runtime",
|
|
2938
|
+
"next/dist/shared/lib/router-context.shared-runtime",
|
|
2939
|
+
"next/dist/client/components/redirect-boundary",
|
|
2940
|
+
"next/dist/client/head-manager",
|
|
2941
|
+
"next/dist/client/components/is-next-router-error",
|
|
2942
|
+
"next/config",
|
|
2943
|
+
"next/dist/shared/lib/segment",
|
|
2944
|
+
"styled-jsx",
|
|
2945
|
+
"sb-original/image-context",
|
|
2946
|
+
"sb-original/default-loader",
|
|
2935
2947
|
"@mdx-js/react",
|
|
2936
2948
|
"@storybook/blocks",
|
|
2937
2949
|
"next/dist/compiled/react",
|
package/dist/index.js
CHANGED
|
@@ -2899,6 +2899,18 @@ function VitePlugin({ dir = process.cwd() } = {}) {
|
|
|
2899
2899
|
},
|
|
2900
2900
|
optimizeDeps: {
|
|
2901
2901
|
include: [
|
|
2902
|
+
"next/dist/shared/lib/app-router-context.shared-runtime",
|
|
2903
|
+
"next/dist/shared/lib/head-manager-context.shared-runtime",
|
|
2904
|
+
"next/dist/shared/lib/hooks-client-context.shared-runtime",
|
|
2905
|
+
"next/dist/shared/lib/router-context.shared-runtime",
|
|
2906
|
+
"next/dist/client/components/redirect-boundary",
|
|
2907
|
+
"next/dist/client/head-manager",
|
|
2908
|
+
"next/dist/client/components/is-next-router-error",
|
|
2909
|
+
"next/config",
|
|
2910
|
+
"next/dist/shared/lib/segment",
|
|
2911
|
+
"styled-jsx",
|
|
2912
|
+
"sb-original/image-context",
|
|
2913
|
+
"sb-original/default-loader",
|
|
2902
2914
|
"@mdx-js/react",
|
|
2903
2915
|
"@storybook/blocks",
|
|
2904
2916
|
"next/dist/compiled/react",
|