Skip to content

Commit 138e90f

Browse files
Merge pull request #21 from ds300/no-minify
Turn off minify for release bundle
2 parents aeeb2bd + 4d57220 commit 138e90f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const entry = join(dirname(fileURLToPath(import.meta.url)), './src/index.ts');
88
export default defineConfig({
99
plugins: [dts()],
1010
build: {
11+
minify: false,
1112
lib: {
1213
entry,
1314
formats: ["es"],

0 commit comments

Comments
 (0)