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