PHP Classes

File: vite.config.js

Recommend this page to a friend!
  Classes of Luis Toscano   Nominax   vite.config.js   Download  
File: vite.config.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nominax
Control the hours worked by employees
Author: By
Last change:
Date: 2 months ago
Size: 312 bytes
 

Contents

Class file image Download
import { defineConfig } from 'vite'; import laravel from 'laravel-vite-plugin'; export default defineConfig({ plugins: [ laravel({ input: [ 'resources/sass/app.scss', 'resources/js/app.js', ], refresh: true, }), ], });