/ concept-collection / hitandrun-commonview
Sign in
concept-collection / hitandrun-commonview
hitandrun-commonview / vite.config.ts
8 lines · 206 BCodeBlameHistory
40dabfdInitial commit: shared-view hit-and-run samplerJeremy Magland 1import {defineConfig} from 'vite'
2import react from '@vitejs/plugin-react'
4export default defineConfig({
82bf609Use a relative base so the build works at any mount pointowner 5 // Relative base, so the build works wherever it is mounted
6 base: './',
40dabfdInitial commit: shared-view hit-and-run samplerJeremy Magland 7 plugins: [react()]
8})
moveopenescclose