From aef809373eac9f9c27348716d24eb9b7c9c48314 Mon Sep 17 00:00:00 2001 From: Desarrollo Date: Tue, 5 Dec 2023 11:16:27 +0100 Subject: [PATCH] Removed AlpineJS initialization in app.js and the npm dependency in TallPreset.php --- src/TallPreset.php | 1 - stubs/default/resources/js/app.js | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/TallPreset.php b/src/TallPreset.php index e0a1721..4f3f51e 100644 --- a/src/TallPreset.php +++ b/src/TallPreset.php @@ -11,7 +11,6 @@ class TallPreset extends Preset const NPM_PACKAGES_TO_ADD = [ '@tailwindcss/forms' => '^0.5', '@tailwindcss/typography' => '^0.5', - 'alpinejs' => '^3.8', 'autoprefixer' => '^10.4', 'resolve-url-loader' => '^3.1', 'sass' => '^1.3', diff --git a/stubs/default/resources/js/app.js b/stubs/default/resources/js/app.js index dce56d1..eb10405 100644 --- a/stubs/default/resources/js/app.js +++ b/stubs/default/resources/js/app.js @@ -1,4 +1 @@ -import './bootstrap'; -import Alpine from 'alpinejs' -window.Alpine = Alpine -Alpine.start() +import './bootstrap'; \ No newline at end of file