vite-plugin-storybook-nextjs 2.0.8 → 2.1.0--canary.62.972e98b.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 +0 -1
- package/dist/index.js +0 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -2563,7 +2563,6 @@ var getVitestSWCTransformConfig = ({
|
|
|
2563
2563
|
type: isEsmProject && !useCjsModules ? "es6" : "commonjs"
|
|
2564
2564
|
},
|
|
2565
2565
|
disableNextSsg: !isPageFile,
|
|
2566
|
-
disablePageConfig: true,
|
|
2567
2566
|
isPageFile,
|
|
2568
2567
|
pagesDir: nextDirectories.pagesDir,
|
|
2569
2568
|
appDir: nextDirectories.appDir,
|
package/dist/index.js
CHANGED
|
@@ -2529,7 +2529,6 @@ var getVitestSWCTransformConfig = ({
|
|
|
2529
2529
|
type: isEsmProject && !useCjsModules ? "es6" : "commonjs"
|
|
2530
2530
|
},
|
|
2531
2531
|
disableNextSsg: !isPageFile,
|
|
2532
|
-
disablePageConfig: true,
|
|
2533
2532
|
isPageFile,
|
|
2534
2533
|
pagesDir: nextDirectories.pagesDir,
|
|
2535
2534
|
appDir: nextDirectories.appDir,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vite-plugin-storybook-nextjs",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.1.0--canary.62.972e98b.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vite-plugin",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"release": "auto shipit"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
|
-
"next": "^14.1.0 || ^15.0.0",
|
|
65
|
-
"storybook": "^0.0.0-0 || ^9.0.0 || ^
|
|
64
|
+
"next": "^14.1.0 || ^15.0.0 || ^16.0.0",
|
|
65
|
+
"storybook": "^0.0.0-0 || ^9.0.0 || ^10.0.0 || ^10.0.0-0",
|
|
66
66
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|