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, - }, })