From 2f7b54ef6a5f6765f3ce11c44e5d31a9efe4c387 Mon Sep 17 00:00:00 2001 From: TiclemFR Date: Sat, 30 Dec 2023 10:33:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 45a740f5..742b5021 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,7 +5,7 @@ import vue from "@vitejs/plugin-vue"; export default defineConfig({ plugins: [ laravel({ - input: ["resources/css/app.css", "resources/js/app.js"], + input: ["resources/js/app.js"], refresh: true, }), vue({