.
This commit is contained in:
parent
e24312ce83
commit
4b7fe02ead
4 changed files with 24 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ export const tsup_config_front: Options = {
|
|||
minify: true, // Recomendado para builds de produção
|
||||
platform: "browser",
|
||||
outExtension: () => ({ js: ".mjs" }),
|
||||
///noExternal: [/./]
|
||||
noExternal: [/./]
|
||||
}
|
||||
|
||||
// Exporta a configuração padrão usando defineConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue