mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
refactor: publish unminified sources (#12169)
This commit is contained in:
parent
730221d98d
commit
733a1c4322
@ -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',
|
||||
})
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user