vite-plugin-storybook-nextjs 2.0.0--canary.33.2e8e188.0 → 2.0.0--canary.33.7c1f48f.1

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
@@ -2899,6 +2899,12 @@ function VitePlugin({ dir = process.cwd() } = {}) {
2899
2899
  "next/dist/compiled/react/jsx-dev-runtime"
2900
2900
  )
2901
2901
  },
2902
+ {
2903
+ find: /^react\/compiler-runtime$/,
2904
+ replacement: require8.resolve(
2905
+ "next/dist/compiled/react/compiler-runtime"
2906
+ )
2907
+ },
2902
2908
  {
2903
2909
  find: /^react-dom$/,
2904
2910
  replacement: require8.resolve("next/dist/compiled/react-dom")
package/dist/index.js CHANGED
@@ -2866,6 +2866,12 @@ function VitePlugin({ dir = process.cwd() } = {}) {
2866
2866
  "next/dist/compiled/react/jsx-dev-runtime"
2867
2867
  )
2868
2868
  },
2869
+ {
2870
+ find: /^react\/compiler-runtime$/,
2871
+ replacement: require8.resolve(
2872
+ "next/dist/compiled/react/compiler-runtime"
2873
+ )
2874
+ },
2869
2875
  {
2870
2876
  find: /^react-dom$/,
2871
2877
  replacement: require8.resolve("next/dist/compiled/react-dom")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-storybook-nextjs",
3
- "version": "2.0.0--canary.33.2e8e188.0",
3
+ "version": "2.0.0--canary.33.7c1f48f.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "vite-plugin",