Fixed errors on deployment.
Some checks failed
Deploy FrontEnd / deploy-staging (push) Has been cancelled
Deploy FrontEnd / deploy-production (push) Has been cancelled
CI script / lint (push) Has been cancelled
CI script / build (push) Has been cancelled
CI script / SonarCloud (push) Has been cancelled

This commit is contained in:
Filipe Soccol
2024-11-11 11:06:52 -03:00
parent 1d98afbdfb
commit 9cda680494
4 changed files with 15 additions and 10234 deletions

View File

@@ -7,16 +7,8 @@ import svgLoader from "vite-svg-loader";
// https://vitejs.dev/config/
export default defineConfig({
optimizeDeps: {
esbuildOptions: {
target: "esnext",
define: {
global: "globalThis",
},
supported: {
bigint: true,
},
},
build: {
target: "esnext",
},
test: {
globals: true,