Skip to content

Commit

Permalink
remove the "extra conditions" added during CPC work, as it appear to …
Browse files Browse the repository at this point in the history
…be causing #28545
  • Loading branch information
ndelangen committed Jul 12, 2024
1 parent 0c85715 commit 1dc3113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/builders/builder-vite/src/vite-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function commonConfig(
base: './',
plugins: await pluginConfig(options),
resolve: {
conditions: ['storybook', 'stories', 'test', 'browser', 'import', 'module', 'default'],
conditions: ['storybook', 'stories', 'test'],
preserveSymlinks: isPreservingSymlinks(),
alias: {
assert: require.resolve('browser-assert'),
Expand Down

0 comments on commit 1dc3113

Please sign in to comment.