storybook-builder-rsbuild 0.0.14-beta.1 → 0.0.14
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
@@ -687,7 +687,7 @@ var start = async ({
|
|
687
687
|
import_express.default.static(previewDirOrigin, { immutable: true, maxAge: "5m" })
|
688
688
|
);
|
689
689
|
router.use(rsbuildServer.middlewares);
|
690
|
-
|
690
|
+
rsbuildServer.connectWebSocket({ server: storybookServer });
|
691
691
|
const stats = await waitFirstCompileDone;
|
692
692
|
return {
|
693
693
|
bail,
|
package/dist/index.mjs
CHANGED
@@ -628,7 +628,7 @@ var start = async ({
|
|
628
628
|
express.static(previewDirOrigin, { immutable: true, maxAge: "5m" })
|
629
629
|
);
|
630
630
|
router.use(rsbuildServer.middlewares);
|
631
|
-
|
631
|
+
rsbuildServer.connectWebSocket({ server: storybookServer });
|
632
632
|
const stats = await waitFirstCompileDone;
|
633
633
|
return {
|
634
634
|
bail,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "storybook-builder-rsbuild",
|
3
|
-
"version": "0.0.14
|
3
|
+
"version": "0.0.14",
|
4
4
|
"description": "Rsbuild builder for Storybook",
|
5
5
|
"keywords": [
|
6
6
|
"storybook",
|
@@ -56,7 +56,7 @@
|
|
56
56
|
"!src/**/*"
|
57
57
|
],
|
58
58
|
"dependencies": {
|
59
|
-
"@rsbuild/plugin-type-check": "1.0.1-beta.
|
59
|
+
"@rsbuild/plugin-type-check": "1.0.1-beta.14",
|
60
60
|
"@storybook/addon-docs": "^8.2.1",
|
61
61
|
"@storybook/core-webpack": "^8.2.1",
|
62
62
|
"browser-assert": "^1.2.1",
|
@@ -78,7 +78,7 @@
|
|
78
78
|
"util-deprecate": "^1.0.2"
|
79
79
|
},
|
80
80
|
"devDependencies": {
|
81
|
-
"@rsbuild/core": "1.0.1-beta.
|
81
|
+
"@rsbuild/core": "1.0.1-beta.14",
|
82
82
|
"@types/express": "^4.17.21",
|
83
83
|
"@types/fs-extra": "^11.0.4",
|
84
84
|
"@types/node": "^18.0.0",
|
@@ -90,7 +90,7 @@
|
|
90
90
|
"typescript": "^5.3.2"
|
91
91
|
},
|
92
92
|
"peerDependencies": {
|
93
|
-
"@rsbuild/core": ">= 1.0.
|
93
|
+
"@rsbuild/core": ">= 1.0.1-beta.14 || 1.x",
|
94
94
|
"storybook": "^8.2.1"
|
95
95
|
},
|
96
96
|
"peerDependenciesMeta": {
|