vite-plugin-storybook-nextjs 2.0.0--canary.33.17a2310.0 → 2.0.0--canary.33.2897373.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 CHANGED
@@ -2930,20 +2930,6 @@ function VitePlugin({ dir = process.cwd() } = {}) {
2930
2930
  ]
2931
2931
  }
2932
2932
  },
2933
- optimizeDeps: {
2934
- include: [
2935
- "@mdx-js/react",
2936
- "@storybook/blocks",
2937
- "next/dist/compiled/react",
2938
- "next/image",
2939
- "next/legacy/image",
2940
- "react/jsx-dev-runtime",
2941
- // Required for pnpm setups, since styled-jsx is a transitive dependency of Next.js and not directly listed.
2942
- // Refer to this pnpm issue for more details:
2943
- // https://github.com/vitejs/vite/issues/16293
2944
- "next > styled-jsx/style"
2945
- ]
2946
- },
2947
2933
  test: {
2948
2934
  alias: {
2949
2935
  "react/jsx-dev-runtime": require8.resolve(
package/dist/index.js CHANGED
@@ -2897,20 +2897,6 @@ function VitePlugin({ dir = process.cwd() } = {}) {
2897
2897
  ]
2898
2898
  }
2899
2899
  },
2900
- optimizeDeps: {
2901
- include: [
2902
- "@mdx-js/react",
2903
- "@storybook/blocks",
2904
- "next/dist/compiled/react",
2905
- "next/image",
2906
- "next/legacy/image",
2907
- "react/jsx-dev-runtime",
2908
- // Required for pnpm setups, since styled-jsx is a transitive dependency of Next.js and not directly listed.
2909
- // Refer to this pnpm issue for more details:
2910
- // https://github.com/vitejs/vite/issues/16293
2911
- "next > styled-jsx/style"
2912
- ]
2913
- },
2914
2900
  test: {
2915
2901
  alias: {
2916
2902
  "react/jsx-dev-runtime": require8.resolve(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-storybook-nextjs",
3
- "version": "2.0.0--canary.33.17a2310.0",
3
+ "version": "2.0.0--canary.33.2897373.0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "vite-plugin",