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,
|
bundle: true,
|
||||||
allowOverwrite: true,
|
allowOverwrite: true,
|
||||||
format,
|
format,
|
||||||
target: 'node16',
|
target: 'node18',
|
||||||
minify: true,
|
// Do not minify for readability and leave minification to
|
||||||
|
// consumers.
|
||||||
|
minify: false,
|
||||||
legalComments: 'inline',
|
legalComments: 'inline',
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user