Skip to content

Commit 2249c4f

Browse files
committed
fix: disable minify on library mode
1 parent c99dcfe commit 2249c4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export default function UserscriptPlugin(
5454
config() {
5555
return {
5656
build: {
57+
minify: false,
5758
lib: {
5859
entry: config.entry,
5960
name: config.header.name,

0 commit comments

Comments
 (0)