Skip to content

Commit

Permalink
🐛 Fix manifest files for using Vite 5
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Nov 19, 2023
1 parent 9fa1919 commit 1b8b4a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export default defineConfig(({ mode }: ConfigEnv) => {
server: detectServerConfig({ host, port, base }),
base,
root,
build: {
manifest: "manifest.json",
},
plugins: [
laravel({
input: [
Expand Down

0 comments on commit 1b8b4a9

Please sign in to comment.