Last active
September 28, 2021 03:07
-
-
Save lmartim/64a3767e9dd5181185c833d4e5d7939d to your computer and use it in GitHub Desktop.
Vite's default config.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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