diff --git a/vite.config.js b/vite.config.js index cbc1058..818641e 100644 --- a/vite.config.js +++ b/vite.config.js @@ -13,9 +13,9 @@ export default defineConfig({ port: 5173, host: true, }, - build:{ - rollupOptions:{ - external: ['pinia'] - } - } + // build:{ + // rollupOptions:{ + // external: ['pinia'] + // } + // } }) \ No newline at end of file