Skip to content

Instantly share code, notes, and snippets.

@lmartim
Last active September 28, 2021 03:07
Show Gist options
  • Save lmartim/64a3767e9dd5181185c833d4e5d7939d to your computer and use it in GitHub Desktop.
Save lmartim/64a3767e9dd5181185c833d4e5d7939d to your computer and use it in GitHub Desktop.
Vite's default config.
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment