Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
DexrnZacAttack authored Apr 23, 2024
1 parent adee347 commit 0f2ba6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { resolve } from "path";
export default defineConfig({
base: "./",
build: {
target: "esnext",
target: "es5",
rollupOptions: {
input: {
index: resolve(__dirname, "index.html"),
Expand All @@ -24,4 +24,4 @@ export default defineConfig({
port: 5500,
strictPort: true
}
});
});

0 comments on commit 0f2ba6c

Please sign in to comment.