.
This commit is contained in:
parent
d9dec53a66
commit
3b37c764bd
1 changed files with 1 additions and 0 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