Skip to content

Commit

Permalink
Merge pull request #17935 from storybookjs/update-webpack-title
Browse files Browse the repository at this point in the history
Update Webpack Title
  • Loading branch information
ndelangen authored Jul 1, 2022
2 parents 4baf618 + 8bcf99e commit 4cfdbbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/manager-webpack4/src/presets/manager-preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export async function managerWebpack(
}) as any as WebpackPluginInstance)
: null,
new HtmlWebpackPlugin({
title: 'Storybook loading…',
filename: `index.html`,
// FIXME: `none` isn't a known option
chunksSortMode: 'none' as any,
Expand Down
1 change: 1 addition & 0 deletions lib/manager-webpack5/src/presets/manager-preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export async function managerWebpack(
}) as any as WebpackPluginInstance)
: null,
new HtmlWebpackPlugin({
title: 'Storybook loading…',
filename: `index.html`,
// FIXME: `none` isn't a known option
chunksSortMode: 'none' as any,
Expand Down

0 comments on commit 4cfdbbf

Please sign in to comment.