source:
vite.config.js@
c454c0f
Last change on this file since c454c0f was c454c0f, checked in by , 11 months ago | |
---|---|
|
|
File size: 263 bytes |
Rev | Line | |
---|---|---|
[c454c0f] | 1 | import { defineConfig } from 'vite'; |
2 | import laravel from 'laravel-vite-plugin'; | |
3 | ||
4 | export default defineConfig({ | |
5 | plugins: [ | |
6 | laravel({ | |
7 | input: ['resources/css/app.css', 'resources/js/app.js'], | |
8 | refresh: true, | |
9 | }), | |
10 | ], | |
11 | }); |
Note:
See TracBrowser
for help on using the repository browser.