Skip to content

Commit

Permalink
refactor: publish unminified sources (#12169)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Mar 28, 2024
1 parent 730221d commit 733a1c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/puppeteer-core/Herebyfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,10 @@ export const buildTask = task({
bundle: true,
allowOverwrite: true,
format,
target: 'node16',
minify: true,
target: 'node18',
// Do not minify for readability and leave minification to
// consumers.
minify: false,
legalComments: 'inline',
})
);
Expand Down

0 comments on commit 733a1c4

Please sign in to comment.