external: ["fs", "path", "os", "stream", "module", "util"],
This commit is contained in:
parent
27500fcbc0
commit
d45e21fa4b
4 changed files with 6 additions and 19 deletions
|
|
@ -16,6 +16,7 @@ export const tsup_config_front: Options = {
|
|||
sourcemap: false,
|
||||
minify: true, // Recomendado para builds de produção
|
||||
platform: "browser",
|
||||
external: ["fs", "path", "os", "stream", "module", "util"],
|
||||
outExtension: () => ({ js: ".mjs" }),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue