@storybook/builder-webpack5 6.4.0-beta.8 → 6.4.0-beta.9
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/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/modern/index.js +1 -1
- package/package.json +16 -16
package/dist/cjs/index.js
CHANGED
|
@@ -197,7 +197,7 @@ var build = async function ({
|
|
|
197
197
|
return _nodeLogger.logger.error(e.message);
|
|
198
198
|
});
|
|
199
199
|
compiler.close(function () {
|
|
200
|
-
return fail(stats);
|
|
200
|
+
return options.debugWebpack ? fail(stats) : fail(new Error('=> Webpack failed, learn more with --debug-webpack'));
|
|
201
201
|
});
|
|
202
202
|
return;
|
|
203
203
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -160,7 +160,7 @@ export var build = async function ({
|
|
|
160
160
|
return logger.error(e.message);
|
|
161
161
|
});
|
|
162
162
|
compiler.close(function () {
|
|
163
|
-
return fail(stats);
|
|
163
|
+
return options.debugWebpack ? fail(stats) : fail(new Error('=> Webpack failed, learn more with --debug-webpack'));
|
|
164
164
|
});
|
|
165
165
|
return;
|
|
166
166
|
}
|
package/dist/modern/index.js
CHANGED
|
@@ -160,7 +160,7 @@ export var build = async function ({
|
|
|
160
160
|
return logger.error(e.message);
|
|
161
161
|
});
|
|
162
162
|
compiler.close(function () {
|
|
163
|
-
return fail(stats);
|
|
163
|
+
return options.debugWebpack ? fail(stats) : fail(new Error('=> Webpack failed, learn more with --debug-webpack'));
|
|
164
164
|
});
|
|
165
165
|
return;
|
|
166
166
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/builder-webpack5",
|
|
3
|
-
"version": "6.4.0-beta.
|
|
3
|
+
"version": "6.4.0-beta.9",
|
|
4
4
|
"description": "Storybook framework-agnostic API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -60,21 +60,21 @@
|
|
|
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.4.0-beta.
|
|
64
|
-
"@storybook/api": "6.4.0-beta.
|
|
65
|
-
"@storybook/channel-postmessage": "6.4.0-beta.
|
|
66
|
-
"@storybook/channels": "6.4.0-beta.
|
|
67
|
-
"@storybook/client-api": "6.4.0-beta.
|
|
68
|
-
"@storybook/client-logger": "6.4.0-beta.
|
|
69
|
-
"@storybook/components": "6.4.0-beta.
|
|
70
|
-
"@storybook/core-common": "6.4.0-beta.
|
|
71
|
-
"@storybook/core-events": "6.4.0-beta.
|
|
72
|
-
"@storybook/node-logger": "6.4.0-beta.
|
|
73
|
-
"@storybook/preview-web": "6.4.0-beta.
|
|
74
|
-
"@storybook/router": "6.4.0-beta.
|
|
63
|
+
"@storybook/addons": "6.4.0-beta.9",
|
|
64
|
+
"@storybook/api": "6.4.0-beta.9",
|
|
65
|
+
"@storybook/channel-postmessage": "6.4.0-beta.9",
|
|
66
|
+
"@storybook/channels": "6.4.0-beta.9",
|
|
67
|
+
"@storybook/client-api": "6.4.0-beta.9",
|
|
68
|
+
"@storybook/client-logger": "6.4.0-beta.9",
|
|
69
|
+
"@storybook/components": "6.4.0-beta.9",
|
|
70
|
+
"@storybook/core-common": "6.4.0-beta.9",
|
|
71
|
+
"@storybook/core-events": "6.4.0-beta.9",
|
|
72
|
+
"@storybook/node-logger": "6.4.0-beta.9",
|
|
73
|
+
"@storybook/preview-web": "6.4.0-beta.9",
|
|
74
|
+
"@storybook/router": "6.4.0-beta.9",
|
|
75
75
|
"@storybook/semver": "^7.3.2",
|
|
76
|
-
"@storybook/store": "6.4.0-beta.
|
|
77
|
-
"@storybook/theming": "6.4.0-beta.
|
|
76
|
+
"@storybook/store": "6.4.0-beta.9",
|
|
77
|
+
"@storybook/theming": "6.4.0-beta.9",
|
|
78
78
|
"@types/node": "^14.0.10",
|
|
79
79
|
"babel-loader": "^8.0.0",
|
|
80
80
|
"babel-plugin-macros": "^3.0.1",
|
|
@@ -117,6 +117,6 @@
|
|
|
117
117
|
"publishConfig": {
|
|
118
118
|
"access": "public"
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "a22654ce25781cfb510ecc95a6465de0247f8487",
|
|
121
121
|
"sbmodern": "dist/modern/index.js"
|
|
122
122
|
}
|