Skip to content

Commit 220bd1f

Browse files
committed
removed vite config as it’s the same as the default, and removed packages that comes with laravel 12
1 parent a7919b5 commit 220bd1f

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

src/TallPreset.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@
99
class TallPreset extends Preset
1010
{
1111
const NPM_PACKAGES_TO_ADD = [
12-
'tailwindcss' => '^4.0',
1312
'@tailwindcss/forms' => '^0.5',
1413
'@tailwindcss/typography' => '^0.5',
15-
'@tailwindcss/vite' => '^4.0',
1614
];
1715

1816
const NPM_PACKAGES_TO_REMOVE = [
19-
'lodash',
2017
'axios',
2118
];
2219

stubs/default/vite.config.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)