Skip to content

Commit 45c7661

Browse files
CopilotHristo313
andcommitted
Remove unnecessary optimizeDeps configuration
Co-authored-by: Hristo313 <57346540+Hristo313@users.noreply.github.com>
1 parent e461933 commit 45c7661

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

packages/cli/templates/react/igr-ts/projects/_base/files/vite.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ export default defineConfig({
88
build: {
99
chunkSizeWarningLimit: 10 * 1024 * 1024, // 10 MB
1010
},
11-
optimizeDeps: {
12-
exclude: [],
13-
},
1411
plugins: [react()],
1512
test: {
1613
deps: {

packages/cli/templates/webcomponents/igc-ts/projects/_base/files/vite.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ import { viteStaticCopy } from 'vite-plugin-static-copy';
44

55
export default defineConfig({
66
base: './',
7-
optimizeDeps: {
8-
exclude: [],
9-
},
107
build: {
118
rollupOptions: {
129
output: {

0 commit comments

Comments
 (0)