We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8657666 commit 71e0775Copy full SHA for 71e0775
vite.config.ts
@@ -1,11 +1,10 @@
1
import react from '@vitejs/plugin-react-swc';
2
import {defineConfig} from 'vite';
3
-import svgr from 'vite-plugin-svgr';
+import svgr from 'vite-plugin-svgr'; // https://vitejs.dev/config/
4
5
// https://vitejs.dev/config/
6
export default defineConfig({
7
plugins: [react(), svgr()],
8
- base: './',
9
build: {
10
outDir: 'dist',
11
},
0 commit comments