diff options
Diffstat (limited to 'vite.config.mts')
| -rw-r--r-- | vite.config.mts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vite.config.mts b/vite.config.mts index 2448566..cf45ffb 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -4,7 +4,6 @@ import react from "@vitejs/plugin-react" import {defineConfig} from "vite" import {viteSingleFile} from "vite-plugin-singlefile" -// https://vite.dev/config/ export default defineConfig({ plugins: [react(), tailwindcss(), viteSingleFile()], @@ -17,6 +16,7 @@ export default defineConfig({ host: "0.0.0.0", port: 8080, }, + build: { target: "es2015", lib: { |
