Skip to content

Commit

Permalink
Update asset-compilation-vite.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored Jul 19, 2024
1 parent 9cc99df commit 1a0f7a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions console/asset-compilation-vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,12 @@ import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
export default defineConfig({
build: {
outDir: "assets/dist",
},
plugins: [
laravel({
publicDirectory: "assets/dist",
input: [
'assets/src/css/example.css',
'assets/src/js/example.js',
Expand Down

0 comments on commit 1a0f7a8

Please sign in to comment.