Skip to content

Commit

Permalink
Set build target
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Nov 30, 2024
1 parent 2f030d5 commit 2ef74ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';

export default defineConfig({
build: {
target: 'es2022'
},
plugins: [
laravel({
input: [
Expand Down

0 comments on commit 2ef74ea

Please sign in to comment.