Skip to content

Commit

Permalink
fix: Retype
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Mar 21, 2024
1 parent a71e765 commit da7a7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { NodeGlobalsPolyfillPlugin } from '@esbuild-plugins/node-globals-polyfil
import { NodeModulesPolyfillPlugin } from '@esbuild-plugins/node-modules-polyfill'
import react from '@vitejs/plugin-react-swc'
import rollupNodePolyFill from 'rollup-plugin-polyfill-node'
import { defineConfig, loadEnv, splitVendorChunkPlugin } from 'vite'
import { defineConfig, UserConfig, loadEnv, splitVendorChunkPlugin } from 'vite'

// https://vitejs.dev/config/
export default defineConfig(({ command, mode }) => {
Expand Down Expand Up @@ -68,5 +68,5 @@ export default defineConfig(({ command, mode }) => {
sourcemap: true
},
...(command === 'build' ? { base: envVariables.VITE_BASE_URL } : undefined)
} as unknown
} as unknown as UserConfig
})

0 comments on commit da7a7cb

Please sign in to comment.