diff --git a/vite.config.ts b/vite.config.ts index 62bf6e8..3ff8453 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -21,16 +21,16 @@ export default defineConfig({ entry: path.resolve(__dirname, "src/index.ts"), name: camelize(name), }, - terserOptions: { - compress: { - drop_console: true, - drop_debugger: true, - pure_funcs: ["console.log"], - }, - output: { - comments: true, - }, - }, + // terserOptions: { + // compress: { + // drop_console: true, + // drop_debugger: true, + // pure_funcs: ["console.log"], + // }, + // output: { + // comments: true, + // }, + // }, rollupOptions: { output: { exports: "named",