@modern-js/storybook-builder 0.0.0-nightly-20231203170617 → 0.0.0-nightly-20231205170638
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/cjs/preset.js +1 -1
- package/dist/esm/preset.js +1 -1
- package/package.json +13 -13
package/dist/cjs/preset.js
CHANGED
@@ -48,7 +48,7 @@ const entries = async (_, options) => {
|
|
48
48
|
if (options.configType === "DEVELOPMENT") {
|
49
49
|
result.push(...[
|
50
50
|
`${require.resolve("webpack-hot-middleware/client")}?reload=true&quiet=false&noInfo=${options.quiet}`,
|
51
|
-
bundler === "rspack" ? require.resolve("@rspack/
|
51
|
+
bundler === "rspack" ? require.resolve("@rspack/plugin-react-refresh/react-refresh-entry") : null
|
52
52
|
].filter(Boolean));
|
53
53
|
}
|
54
54
|
result.push(getStoriesConfigPath(process.cwd()));
|
package/dist/esm/preset.js
CHANGED
@@ -14,7 +14,7 @@ const entries = async (_, options) => {
|
|
14
14
|
result.push(
|
15
15
|
...[
|
16
16
|
`${require.resolve("webpack-hot-middleware/client")}?reload=true&quiet=false&noInfo=${options.quiet}`,
|
17
|
-
bundler === "rspack" ? require.resolve("@rspack/
|
17
|
+
bundler === "rspack" ? require.resolve("@rspack/plugin-react-refresh/react-refresh-entry") : null
|
18
18
|
].filter(Boolean)
|
19
19
|
);
|
20
20
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@modern-js/storybook-builder",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20231205170638",
|
4
4
|
"description": "modern.js support for storybook",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -51,7 +51,7 @@
|
|
51
51
|
},
|
52
52
|
"license": "MIT",
|
53
53
|
"dependencies": {
|
54
|
-
"@rspack/
|
54
|
+
"@rspack/plugin-react-refresh": "0.4.1",
|
55
55
|
"@storybook/components": "~7.6.1",
|
56
56
|
"@storybook/core-common": "~7.6.1",
|
57
57
|
"@storybook/csf-plugin": "~7.6.1",
|
@@ -71,11 +71,11 @@
|
|
71
71
|
"serve-static": "^1.14.1",
|
72
72
|
"tinypool": "^0.8.0",
|
73
73
|
"webpack-hot-middleware": "^2.25.4",
|
74
|
-
"@modern-js/builder
|
75
|
-
"@modern-js/
|
76
|
-
"@modern-js/
|
77
|
-
"@modern-js/runtime": "0.0.0-nightly-
|
78
|
-
"@modern-js/utils": "0.0.0-nightly-
|
74
|
+
"@modern-js/builder": "0.0.0-nightly-20231205170638",
|
75
|
+
"@modern-js/builder-shared": "0.0.0-nightly-20231205170638",
|
76
|
+
"@modern-js/core": "0.0.0-nightly-20231205170638",
|
77
|
+
"@modern-js/runtime": "0.0.0-nightly-20231205170638",
|
78
|
+
"@modern-js/utils": "0.0.0-nightly-20231205170638"
|
79
79
|
},
|
80
80
|
"devDependencies": {
|
81
81
|
"@storybook/types": "~7.6.1",
|
@@ -83,14 +83,14 @@
|
|
83
83
|
"@types/serve-static": "^1.13.10",
|
84
84
|
"@types/webpack-hot-middleware": "^2.25.6",
|
85
85
|
"typescript": "^5.2.2",
|
86
|
-
"@modern-js/builder-rspack-provider": "0.0.0-nightly-
|
87
|
-
"@modern-js/builder-webpack-provider": "0.0.0-nightly-
|
88
|
-
"@scripts/build": "0.0.0-nightly-
|
89
|
-
"@modern-js/core": "0.0.0-nightly-
|
86
|
+
"@modern-js/builder-rspack-provider": "0.0.0-nightly-20231205170638",
|
87
|
+
"@modern-js/builder-webpack-provider": "0.0.0-nightly-20231205170638",
|
88
|
+
"@scripts/build": "0.0.0-nightly-20231205170638",
|
89
|
+
"@modern-js/core": "0.0.0-nightly-20231205170638"
|
90
90
|
},
|
91
91
|
"peerDependencies": {
|
92
|
-
"@modern-js/builder-webpack-provider": "0.0.0-nightly-
|
93
|
-
"@modern-js/builder-rspack-provider": "0.0.0-nightly-
|
92
|
+
"@modern-js/builder-webpack-provider": "0.0.0-nightly-20231205170638",
|
93
|
+
"@modern-js/builder-rspack-provider": "0.0.0-nightly-20231205170638"
|
94
94
|
},
|
95
95
|
"peerDependenciesMeta": {
|
96
96
|
"@modern-js/builder-webpack-provider": {
|