Skip to content

Commit 733a1c4

Browse files
authored
refactor: publish unminified sources (#12169)
1 parent 730221d commit 733a1c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/puppeteer-core/Herebyfile.mjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,10 @@ export const buildTask = task({
110110
bundle: true,
111111
allowOverwrite: true,
112112
format,
113-
target: 'node16',
114-
minify: true,
113+
target: 'node18',
114+
// Do not minify for readability and leave minification to
115+
// consumers.
116+
minify: false,
115117
legalComments: 'inline',
116118
})
117119
);

0 commit comments

Comments
 (0)