@storybook/builder-webpack5 6.4.8 → 6.5.0-alpha.3
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.
|
@@ -55,6 +55,7 @@ var _default = async function _default(options) {
|
|
|
55
55
|
framework = options.framework,
|
|
56
56
|
frameworkPath = options.frameworkPath,
|
|
57
57
|
presets = options.presets,
|
|
58
|
+
previewUrl = options.previewUrl,
|
|
58
59
|
typescriptOptions = options.typescriptOptions,
|
|
59
60
|
modern = options.modern,
|
|
60
61
|
features = options.features,
|
|
@@ -161,6 +162,7 @@ var _default = async function _default(options) {
|
|
|
161
162
|
FRAMEWORK_OPTIONS: frameworkOptions,
|
|
162
163
|
CHANNEL_OPTIONS: coreOptions === null || coreOptions === void 0 ? void 0 : coreOptions.channelOptions,
|
|
163
164
|
FEATURES: features,
|
|
165
|
+
PREVIEW_URL: previewUrl,
|
|
164
166
|
STORIES: stories.map(function (specifier) {
|
|
165
167
|
return _objectSpread(_objectSpread({}, specifier), {}, {
|
|
166
168
|
importPathMatcher: specifier.importPathMatcher.source
|
|
@@ -33,6 +33,7 @@ export default (async function (options) {
|
|
|
33
33
|
framework = options.framework,
|
|
34
34
|
frameworkPath = options.frameworkPath,
|
|
35
35
|
presets = options.presets,
|
|
36
|
+
previewUrl = options.previewUrl,
|
|
36
37
|
typescriptOptions = options.typescriptOptions,
|
|
37
38
|
modern = options.modern,
|
|
38
39
|
features = options.features,
|
|
@@ -134,6 +135,7 @@ export default (async function (options) {
|
|
|
134
135
|
FRAMEWORK_OPTIONS: frameworkOptions,
|
|
135
136
|
CHANNEL_OPTIONS: coreOptions === null || coreOptions === void 0 ? void 0 : coreOptions.channelOptions,
|
|
136
137
|
FEATURES: features,
|
|
138
|
+
PREVIEW_URL: previewUrl,
|
|
137
139
|
STORIES: stories.map(function (specifier) {
|
|
138
140
|
return _objectSpread(_objectSpread({}, specifier), {}, {
|
|
139
141
|
importPathMatcher: specifier.importPathMatcher.source
|
|
@@ -33,6 +33,7 @@ export default (async function (options) {
|
|
|
33
33
|
framework = options.framework,
|
|
34
34
|
frameworkPath = options.frameworkPath,
|
|
35
35
|
presets = options.presets,
|
|
36
|
+
previewUrl = options.previewUrl,
|
|
36
37
|
typescriptOptions = options.typescriptOptions,
|
|
37
38
|
modern = options.modern,
|
|
38
39
|
features = options.features,
|
|
@@ -134,6 +135,7 @@ export default (async function (options) {
|
|
|
134
135
|
FRAMEWORK_OPTIONS: frameworkOptions,
|
|
135
136
|
CHANNEL_OPTIONS: coreOptions === null || coreOptions === void 0 ? void 0 : coreOptions.channelOptions,
|
|
136
137
|
FEATURES: features,
|
|
138
|
+
PREVIEW_URL: previewUrl,
|
|
137
139
|
STORIES: stories.map(function (specifier) {
|
|
138
140
|
return _objectSpread(_objectSpread({}, specifier), {}, {
|
|
139
141
|
importPathMatcher: specifier.importPathMatcher.source
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/builder-webpack5",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.5.0-alpha.3",
|
|
4
4
|
"description": "Storybook framework-agnostic API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -60,22 +60,22 @@
|
|
|
60
60
|
"@babel/preset-env": "^7.12.11",
|
|
61
61
|
"@babel/preset-react": "^7.12.10",
|
|
62
62
|
"@babel/preset-typescript": "^7.12.7",
|
|
63
|
-
"@storybook/addons": "6.
|
|
64
|
-
"@storybook/api": "6.
|
|
65
|
-
"@storybook/channel-postmessage": "6.
|
|
66
|
-
"@storybook/channels": "6.
|
|
67
|
-
"@storybook/client-api": "6.
|
|
68
|
-
"@storybook/client-logger": "6.
|
|
69
|
-
"@storybook/components": "6.
|
|
70
|
-
"@storybook/core-common": "6.
|
|
71
|
-
"@storybook/core-events": "6.
|
|
72
|
-
"@storybook/node-logger": "6.
|
|
73
|
-
"@storybook/preview-web": "6.
|
|
74
|
-
"@storybook/router": "6.
|
|
63
|
+
"@storybook/addons": "6.5.0-alpha.3",
|
|
64
|
+
"@storybook/api": "6.5.0-alpha.3",
|
|
65
|
+
"@storybook/channel-postmessage": "6.5.0-alpha.3",
|
|
66
|
+
"@storybook/channels": "6.5.0-alpha.3",
|
|
67
|
+
"@storybook/client-api": "6.5.0-alpha.3",
|
|
68
|
+
"@storybook/client-logger": "6.5.0-alpha.3",
|
|
69
|
+
"@storybook/components": "6.5.0-alpha.3",
|
|
70
|
+
"@storybook/core-common": "6.5.0-alpha.3",
|
|
71
|
+
"@storybook/core-events": "6.5.0-alpha.3",
|
|
72
|
+
"@storybook/node-logger": "6.5.0-alpha.3",
|
|
73
|
+
"@storybook/preview-web": "6.5.0-alpha.3",
|
|
74
|
+
"@storybook/router": "6.5.0-alpha.3",
|
|
75
75
|
"@storybook/semver": "^7.3.2",
|
|
76
|
-
"@storybook/store": "6.
|
|
77
|
-
"@storybook/theming": "6.
|
|
78
|
-
"@types/node": "^14.0.10",
|
|
76
|
+
"@storybook/store": "6.5.0-alpha.3",
|
|
77
|
+
"@storybook/theming": "6.5.0-alpha.3",
|
|
78
|
+
"@types/node": "^14.0.10 || ^16.0.0",
|
|
79
79
|
"babel-loader": "^8.0.0",
|
|
80
80
|
"babel-plugin-macros": "^3.0.1",
|
|
81
81
|
"babel-plugin-polyfill-corejs3": "^0.1.0",
|
|
@@ -118,6 +118,6 @@
|
|
|
118
118
|
"publishConfig": {
|
|
119
119
|
"access": "public"
|
|
120
120
|
},
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "4d971f7d493ecb388017a150a9943e87c7770d98",
|
|
122
122
|
"sbmodern": "dist/modern/index.js"
|
|
123
123
|
}
|