mirror of
https://github.com/sussy-code/providers.git
synced 2026-07-27 05:22:08 +00:00
New source
This commit is contained in:
parent
7f79620b79
commit
2bcb5ca084
1 changed files with 8 additions and 6 deletions
|
|
@ -33,12 +33,14 @@ export default defineConfig((env) => ({
|
|||
// Externalize dependencies that should not be bundled
|
||||
external: [
|
||||
...Object.keys(pkg.dependencies),
|
||||
'puppeteer',
|
||||
'@puppeteer/browsers',
|
||||
'proxy-agent',
|
||||
'node:http',
|
||||
'node:https',
|
||||
'node:url',
|
||||
'puppeteer',
|
||||
'@puppeteer/browsers',
|
||||
'proxy-agent',
|
||||
'node:http',
|
||||
'node:https',
|
||||
'node:url',
|
||||
'node:path',
|
||||
'node:fs',
|
||||
],
|
||||
output: {
|
||||
globals: Object.fromEntries(
|
||||
|
|
|
|||
Loading…
Reference in a new issue