first commit
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
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,
|
||||
})
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user