From 512cb1e58aff1f0ba1658ab72650ccf06b32d044 Mon Sep 17 00:00:00 2001 From: Valentin Sickert <17144397+Lapotor@users.noreply.github.com> Date: Tue, 12 Dec 2023 03:15:54 +0100 Subject: [PATCH] remove vite file Signed-off-by: Valentin Sickert <17144397+Lapotor@users.noreply.github.com> --- vite.config.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 vite.config.js diff --git a/vite.config.js b/vite.config.js deleted file mode 100644 index 421b5695..00000000 --- a/vite.config.js +++ /dev/null @@ -1,11 +0,0 @@ -import { defineConfig } from 'vite'; -import laravel from 'laravel-vite-plugin'; - -export default defineConfig({ - plugins: [ - laravel({ - input: ['resources/css/app.css', 'resources/js/app.js'], - refresh: true, - }), - ], -});