From 6b7fed7f3f7e2f0dc8dfddadcf3e3e65de02aebb Mon Sep 17 00:00:00 2001 From: sapphi-red <49056869+sapphi-red@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:17:11 +0900 Subject: [PATCH] test: remove deprecated `optimizeDeps.disabled: true` --- playground/vue-jsx-ts-built-in/vite.config.js | 3 --- playground/vue-jsx/vite.config.js | 3 --- 2 files changed, 6 deletions(-) diff --git a/playground/vue-jsx-ts-built-in/vite.config.js b/playground/vue-jsx-ts-built-in/vite.config.js index cff83d7c..9180c02a 100644 --- a/playground/vue-jsx-ts-built-in/vite.config.js +++ b/playground/vue-jsx-ts-built-in/vite.config.js @@ -22,7 +22,4 @@ export default defineConfig({ // to make tests faster minify: false, }, - optimizeDeps: { - disabled: true, - }, }) diff --git a/playground/vue-jsx/vite.config.js b/playground/vue-jsx/vite.config.js index 86cec222..3148d2f6 100644 --- a/playground/vue-jsx/vite.config.js +++ b/playground/vue-jsx/vite.config.js @@ -34,7 +34,4 @@ export default defineComponent(() => { // to make tests faster minify: false, }, - optimizeDeps: { - disabled: true, - }, })