Skip to content

Instantly share code, notes, and snippets.

@darkoatanasovski
Last active April 14, 2022 06:29
Show Gist options
  • Save darkoatanasovski/3b030e254d5046111cc4e4e9e8c85a8f to your computer and use it in GitHub Desktop.
Save darkoatanasovski/3b030e254d5046111cc4e4e9e8c85a8f to your computer and use it in GitHub Desktop.
Vite config file
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import tsconfigPaths from 'vite-tsconfig-paths';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), tsconfigPaths()]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment