Skip to content

Commit

Permalink
Merge pull request #148 from sergio0983/remove-alpinejs-initialization
Browse files Browse the repository at this point in the history
Removed AlpineJS initialization and its npm dependency
  • Loading branch information
danharrin authored Dec 5, 2023
2 parents 38fb545 + aef8093 commit 5f3dfb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/TallPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
5 changes: 1 addition & 4 deletions stubs/default/resources/js/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
import './bootstrap';
import Alpine from 'alpinejs'
window.Alpine = Alpine
Alpine.start()
import './bootstrap';

0 comments on commit 5f3dfb6

Please sign in to comment.