We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeeb2bd commit 4d57220Copy full SHA for 4d57220
vite.config.ts
@@ -8,6 +8,7 @@ const entry = join(dirname(fileURLToPath(import.meta.url)), './src/index.ts');
8
export default defineConfig({
9
plugins: [dts()],
10
build: {
11
+ minify: false,
12
lib: {
13
entry,
14
formats: ["es"],
0 commit comments