We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38fb545 + aef8093 commit 5f3dfb6Copy full SHA for 5f3dfb6
src/TallPreset.php
@@ -11,7 +11,6 @@ class TallPreset extends Preset
11
const NPM_PACKAGES_TO_ADD = [
12
'@tailwindcss/forms' => '^0.5',
13
'@tailwindcss/typography' => '^0.5',
14
- 'alpinejs' => '^3.8',
15
'autoprefixer' => '^10.4',
16
'resolve-url-loader' => '^3.1',
17
'sass' => '^1.3',
stubs/default/resources/js/app.js
@@ -1,4 +1 @@
1
-import './bootstrap';
2
-import Alpine from 'alpinejs'
3
-window.Alpine = Alpine
4
-Alpine.start()
+import './bootstrap';
0 commit comments