vite config fix

This commit is contained in:
Tim Olson
2024-01-03 16:44:40 -04:00
parent 80cd86dcec
commit 498cd6ace2

View File

@@ -8,6 +8,9 @@ import { fileURLToPath, URL } from 'node:url'
// https://vitejs.dev/config/
export default defineConfig({
build: {
target: 'esnext'
},
plugins: [
vue({
template: { transformAssetUrls }