We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aeeb2bd + 4d57220 commit 138e90fCopy full SHA for 138e90f
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