Skip to content

Commit

Permalink
fix(storybook): correctly identify if uses vite-based framework (#17465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini authored Jun 7, 2023
1 parent 075ac25 commit 4819264
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export async function configurationGenerator(
projectIsRootProjectInStandaloneWorkspace(root),
!!nextBuildTarget,
compiler === 'swc',
!!viteBuildTarget,
!!viteBuildTarget || schema.uiFramework.endsWith('-vite'),
viteConfigFilePath
);

Expand Down

1 comment on commit 4819264

@vercel
Copy link

@vercel vercel bot commented on 4819264 Jun 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-dev-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.