[9.x] Vite (#5904)
* Use Vite * Gitignore Vite build directory * Use CSS entry points * Update plugin * Linting * Update plugin
This commit is contained in:
11
vite.config.js
Normal file
11
vite.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import laravel from 'laravel-vite-plugin';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
laravel([
|
||||
'resources/css/app.css',
|
||||
'resources/js/app.js',
|
||||
]),
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user