Feature/update dependencies (#477)
* Remove accidentally committed script * Update dependencies * [ESLint] Fix issues * Remove unnecessary "??" operator * Update "vite" to v5.x * Disable "no default export" rule in vite config
This commit is contained in:
@@ -11,6 +11,9 @@ import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react-swc';
|
||||
import viteTsconfigPaths from 'vite-tsconfig-paths';
|
||||
|
||||
// TODO - switch to ESM - with Vite v5.x the CJS build is deprecated (https://vitejs.dev/guide/migration)
|
||||
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default defineConfig(() => ({
|
||||
build: {
|
||||
outDir: 'build',
|
||||
|
||||
Reference in New Issue
Block a user