@storybook/builder-webpack5 8.0.0-alpha.0 → 8.0.0-alpha.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.
@@ -2829,6 +2829,7 @@ interface CLIOptions {
2829
2829
  enableCrashReports?: boolean;
2830
2830
  host?: string;
2831
2831
  initialPath?: string;
2832
+ exactPort?: boolean;
2832
2833
  /**
2833
2834
  * @deprecated Use 'staticDirs' Storybook Configuration option instead
2834
2835
  */
@@ -3034,6 +3035,10 @@ interface StorybookConfigRaw {
3034
3035
  * This will make sure that your story renders the same no matter if docgen is enabled or not.
3035
3036
  */
3036
3037
  disallowImplicitActionsInRenderV8?: boolean;
3038
+ /**
3039
+ * Enable asynchronous component rendering in NextJS framework
3040
+ */
3041
+ experimentalNextRSC?: boolean;
3037
3042
  };
3038
3043
  build?: TestBuildConfig;
3039
3044
  stories: StoriesEntry[];
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import webpack__default, { Configuration, Stats } from 'webpack';
2
- import { O as Options$1, B as Builder } from './index.d-9e47c833.js';
2
+ import { O as Options$1, B as Builder } from './index.d-0aa1757f.js';
3
3
  import { StorybookConfig, Options, BuilderResult as BuilderResult$1 } from '@storybook/core-webpack';
4
4
  import ForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin';
5
5
  import 'file-system-cache';
@@ -1,6 +1,6 @@
1
1
  import * as webpack$1 from 'webpack';
2
2
  import { Configuration } from 'webpack';
3
- import { O as Options } from '../index.d-9e47c833.js';
3
+ import { O as Options } from '../index.d-0aa1757f.js';
4
4
  import 'file-system-cache';
5
5
  import '@babel/core';
6
6
  import 'express';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/builder-webpack5",
3
- "version": "8.0.0-alpha.0",
3
+ "version": "8.0.0-alpha.2",
4
4
  "description": "Storybook framework-agnostic API",
5
5
  "keywords": [
6
6
  "storybook"
@@ -64,14 +64,14 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@babel/core": "^7.23.2",
67
- "@storybook/channels": "8.0.0-alpha.0",
68
- "@storybook/client-logger": "8.0.0-alpha.0",
69
- "@storybook/core-common": "8.0.0-alpha.0",
70
- "@storybook/core-events": "8.0.0-alpha.0",
71
- "@storybook/core-webpack": "8.0.0-alpha.0",
72
- "@storybook/node-logger": "8.0.0-alpha.0",
73
- "@storybook/preview": "8.0.0-alpha.0",
74
- "@storybook/preview-api": "8.0.0-alpha.0",
67
+ "@storybook/channels": "8.0.0-alpha.2",
68
+ "@storybook/client-logger": "8.0.0-alpha.2",
69
+ "@storybook/core-common": "8.0.0-alpha.2",
70
+ "@storybook/core-events": "8.0.0-alpha.2",
71
+ "@storybook/core-webpack": "8.0.0-alpha.2",
72
+ "@storybook/node-logger": "8.0.0-alpha.2",
73
+ "@storybook/preview": "8.0.0-alpha.2",
74
+ "@storybook/preview-api": "8.0.0-alpha.2",
75
75
  "@swc/core": "^1.3.82",
76
76
  "@types/node": "^18.0.0",
77
77
  "@types/semver": "^7.3.4",