We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58d22f commit afa7e7aCopy full SHA for afa7e7a
vite.config.ts
@@ -12,7 +12,6 @@ export default defineConfig(() => {
12
'process.env.STORYBOOK_ENV': `'${process.env.STORYBOOK_ENV}'`,
13
},
14
resolve: {
15
- preserveSymlinks: true,
16
alias: {
17
'@sb': fileURLToPath(new URL('./.storybook', import.meta.url)),
18
'@ui5/webcomponents-react-charts': fileURLToPath(new URL('./packages/charts/src/index.ts', import.meta.url)),
@@ -22,7 +21,6 @@ export default defineConfig(() => {
22
21
23
24
optimizeDeps: {
25
- include: ['@ui5/webcomponents-react-base'],
26
esbuildOptions: {
27
target: 'esnext',
28
0 commit comments