@storybook/builder-webpack5 6.4.0-rc.8 → 6.4.2
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.
|
@@ -182,7 +182,7 @@ var _default = async function _default(options) {
|
|
|
182
182
|
}), new _webpack.DefinePlugin(_objectSpread(_objectSpread({}, (0, _coreCommon.stringifyProcessEnvs)(envs)), {}, {
|
|
183
183
|
NODE_ENV: JSON.stringify(process.env.NODE_ENV)
|
|
184
184
|
})), new _webpack.ProvidePlugin({
|
|
185
|
-
process: 'process/browser'
|
|
185
|
+
process: 'process/browser.js'
|
|
186
186
|
}), isProd ? null : new _WatchMissingNodeModulesPlugin.default(_coreCommon.nodeModulesPaths), isProd ? null : new _webpack.HotModuleReplacementPlugin(), new _caseSensitivePathsWebpackPlugin.default(), quiet ? null : new _webpack.ProgressPlugin({}), shouldCheckTs ? new _forkTsCheckerWebpackPlugin.default(tsCheckOptions) : null].filter(Boolean),
|
|
187
187
|
module: {
|
|
188
188
|
rules: [babelLoader, (0, _coreCommon.es6Transpiler)(), {
|
|
@@ -155,7 +155,7 @@ export default (async function (options) {
|
|
|
155
155
|
}), new DefinePlugin(_objectSpread(_objectSpread({}, stringifyProcessEnvs(envs)), {}, {
|
|
156
156
|
NODE_ENV: JSON.stringify(process.env.NODE_ENV)
|
|
157
157
|
})), new ProvidePlugin({
|
|
158
|
-
process: 'process/browser'
|
|
158
|
+
process: 'process/browser.js'
|
|
159
159
|
}), isProd ? null : new WatchMissingNodeModulesPlugin(nodeModulesPaths), isProd ? null : new HotModuleReplacementPlugin(), new CaseSensitivePathsPlugin(), quiet ? null : new ProgressPlugin({}), shouldCheckTs ? new ForkTsCheckerWebpackPlugin(tsCheckOptions) : null].filter(Boolean),
|
|
160
160
|
module: {
|
|
161
161
|
rules: [babelLoader, es6Transpiler(), {
|
|
@@ -155,7 +155,7 @@ export default (async function (options) {
|
|
|
155
155
|
}), new DefinePlugin(_objectSpread(_objectSpread({}, stringifyProcessEnvs(envs)), {}, {
|
|
156
156
|
NODE_ENV: JSON.stringify(process.env.NODE_ENV)
|
|
157
157
|
})), new ProvidePlugin({
|
|
158
|
-
process: 'process/browser'
|
|
158
|
+
process: 'process/browser.js'
|
|
159
159
|
}), isProd ? null : new WatchMissingNodeModulesPlugin(nodeModulesPaths), isProd ? null : new HotModuleReplacementPlugin(), new CaseSensitivePathsPlugin(), quiet ? null : new ProgressPlugin({}), shouldCheckTs ? new ForkTsCheckerWebpackPlugin(tsCheckOptions) : null].filter(Boolean),
|
|
160
160
|
module: {
|
|
161
161
|
rules: [babelLoader, es6Transpiler(), {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/builder-webpack5",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.2",
|
|
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.
|
|
64
|
-
"@storybook/api": "6.4.
|
|
65
|
-
"@storybook/channel-postmessage": "6.4.
|
|
66
|
-
"@storybook/channels": "6.4.
|
|
67
|
-
"@storybook/client-api": "6.4.
|
|
68
|
-
"@storybook/client-logger": "6.4.
|
|
69
|
-
"@storybook/components": "6.4.
|
|
70
|
-
"@storybook/core-common": "6.4.
|
|
71
|
-
"@storybook/core-events": "6.4.
|
|
72
|
-
"@storybook/node-logger": "6.4.
|
|
73
|
-
"@storybook/preview-web": "6.4.
|
|
74
|
-
"@storybook/router": "6.4.
|
|
63
|
+
"@storybook/addons": "6.4.2",
|
|
64
|
+
"@storybook/api": "6.4.2",
|
|
65
|
+
"@storybook/channel-postmessage": "6.4.2",
|
|
66
|
+
"@storybook/channels": "6.4.2",
|
|
67
|
+
"@storybook/client-api": "6.4.2",
|
|
68
|
+
"@storybook/client-logger": "6.4.2",
|
|
69
|
+
"@storybook/components": "6.4.2",
|
|
70
|
+
"@storybook/core-common": "6.4.2",
|
|
71
|
+
"@storybook/core-events": "6.4.2",
|
|
72
|
+
"@storybook/node-logger": "6.4.2",
|
|
73
|
+
"@storybook/preview-web": "6.4.2",
|
|
74
|
+
"@storybook/router": "6.4.2",
|
|
75
75
|
"@storybook/semver": "^7.3.2",
|
|
76
|
-
"@storybook/store": "6.4.
|
|
77
|
-
"@storybook/theming": "6.4.
|
|
76
|
+
"@storybook/store": "6.4.2",
|
|
77
|
+
"@storybook/theming": "6.4.2",
|
|
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": "6e5ec774cf8e7fd8a1870fc2469c2dfa9ec112b7",
|
|
121
121
|
"sbmodern": "dist/modern/index.js"
|
|
122
122
|
}
|