diff --git a/playground/optimize-deps/vite.config.js b/playground/optimize-deps/vite.config.js index e268510d5c8d76..f5b30f6988e43a 100644 --- a/playground/optimize-deps/vite.config.js +++ b/playground/optimize-deps/vite.config.js @@ -34,7 +34,8 @@ module.exports = { } ] }, - entries: ['entry.js'] + entries: ['entry.js'], + force: true }, build: {