Skip to content

Commit

Permalink
workaround for vite bug -- vitejs/vite#9879
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Mar 13, 2023
1 parent 83e1670 commit 3585dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { resolve } from "path";
import { defineConfig } from "vite";

export default defineConfig({
base: ".",
build: {
target: "es2020",
rollupOptions: {
Expand Down

0 comments on commit 3585dd2

Please sign in to comment.