vite-plugin-storybook-nextjs 1.1.4--canary.36.b5ef3c1.0 → 1.1.5--canary.38.08e5898.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
@@ -2883,12 +2883,6 @@ function VitePlugin({ dir = process.cwd() } = {}) {
2883
2883
  "next/dist/compiled/react/jsx-dev-runtime"
2884
2884
  )
2885
2885
  },
2886
- {
2887
- find: /^react\/compiler-runtime$/,
2888
- replacement: require8.resolve(
2889
- "next/dist/compiled/react/compiler-runtime"
2890
- )
2891
- },
2892
2886
  {
2893
2887
  find: /^react-dom$/,
2894
2888
  replacement: require8.resolve("next/dist/compiled/react-dom")
package/dist/index.js CHANGED
@@ -2850,12 +2850,6 @@ function VitePlugin({ dir = process.cwd() } = {}) {
2850
2850
  "next/dist/compiled/react/jsx-dev-runtime"
2851
2851
  )
2852
2852
  },
2853
- {
2854
- find: /^react\/compiler-runtime$/,
2855
- replacement: require8.resolve(
2856
- "next/dist/compiled/react/compiler-runtime"
2857
- )
2858
- },
2859
2853
  {
2860
2854
  find: /^react-dom$/,
2861
2855
  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": "1.1.4--canary.36.b5ef3c1.0",
3
+ "version": "1.1.5--canary.38.08e5898.0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "vite-plugin",