Skip to content

Commit

Permalink
Avoid Vite generating an extra assets folder in assets/dist (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
damsfx authored Dec 4, 2024
1 parent b6ab161 commit d3b2ccb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import laravel from 'laravel-vite-plugin';
export default defineConfig({
build: {
outDir: 'assets/dist',
assetsDir: '',
},
plugins: [
laravel({
Expand Down

0 comments on commit d3b2ccb

Please sign in to comment.