Skip to content

Commit

Permalink
fix: disable minify on library mode
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmax-dev committed Mar 26, 2023
1 parent c99dcfe commit 2249c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default function UserscriptPlugin(
config() {
return {
build: {
minify: false,
lib: {
entry: config.entry,
name: config.header.name,
Expand Down

0 comments on commit 2249c4f

Please sign in to comment.