Skip to content

Commit c8cf5a5

Browse files
committed
rename
1 parent 33b5ec2 commit c8cf5a5

File tree

154 files changed

+48
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+48
-48
lines changed

addons/docs/src/frameworks/common/preset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import remarkExternalLinks from 'remark-external-links';
66
import createCompiler from '../../mdx/mdx-compiler-plugin';
77

88
const resolvedBabelLoader = require.resolve('babel-loader', {
9-
paths: [require.resolve('@storybook/server-webpack4')], // FIXME!!!
9+
paths: [require.resolve('@storybook/builder-webpack4')], // FIXME!!!
1010
});
1111

1212
// for frameworks that are not working with react, we need to configure

examples/react-ts-webpack4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@storybook/addon-controls": "6.2.0-alpha.20",
1212
"@storybook/addon-essentials": "6.2.0-alpha.20",
1313
"@storybook/react": "6.2.0-alpha.20",
14-
"@storybook/server-webpack4": "6.2.0-alpha.20",
14+
"@storybook/builder-webpack4": "6.2.0-alpha.20",
1515
"@types/react": "^16.14.2",
1616
"@types/react-dom": "^16.9.10",
1717
"prop-types": "15.7.2",

examples/react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@storybook/addon-controls": "6.2.0-alpha.20",
1212
"@storybook/addon-essentials": "6.2.0-alpha.20",
1313
"@storybook/react": "6.2.0-alpha.20",
14-
"@storybook/server-webpack5": "6.2.0-alpha.20",
14+
"@storybook/builder-webpack5": "6.2.0-alpha.20",
1515
"@types/react": "^16.14.2",
1616
"@types/react-dom": "^16.9.10",
1717
"prop-types": "15.7.2",
File renamed without changes.

lib/server-webpack4/package.json renamed to lib/builder-webpack4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@storybook/server-webpack4",
2+
"name": "@storybook/builder-webpack4",
33
"version": "6.2.0-alpha.20",
44
"description": "Storybook framework-agnostic API",
55
"keywords": [
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)