Skip to content

Commit

Permalink
Merge pull request #21 from ds300/no-minify
Browse files Browse the repository at this point in the history
Turn off minify for release bundle
  • Loading branch information
NullVoxPopuli authored Jun 24, 2024
2 parents aeeb2bd + 4d57220 commit 138e90f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const entry = join(dirname(fileURLToPath(import.meta.url)), './src/index.ts');
export default defineConfig({
plugins: [dts()],
build: {
minify: false,
lib: {
entry,
formats: ["es"],
Expand Down

0 comments on commit 138e90f

Please sign in to comment.