Skip to content

Commit

Permalink
Merge pull request #23971 from storybookjs/yann/fix-server-generator
Browse files Browse the repository at this point in the history
CLI: Set server init generator to use Webpack5
  • Loading branch information
yannbf committed Aug 28, 2023
2 parents 8d1a0de + cbd91aa commit 682ff38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/cli/src/generators/SERVER/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const generator: Generator = async (packageManager, npmOptions, options) => {
await baseGenerator(
packageManager,
npmOptions,
{ ...options, builder: CoreBuilder.Vite },
{ ...options, builder: CoreBuilder.Webpack5 },
'server',
{
extensions: ['json', 'yaml', 'yml'],
Expand Down

0 comments on commit 682ff38

Please sign in to comment.