Skip to content

Commit 4b75746

Browse files
authored
Update TailwindCssPreset.php
1 parent 7bf5bb2 commit 4b75746

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TailwindCssPreset.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ protected static function updatePackageArray(array $packages)
2828
{
2929
return [
3030
'tailwindcss' => '^0.4.0',
31+
'glob-all' => '*',
32+
'purgecss-webpack-plugin' => '*'
3133
] + Arr::except($packages, ['bootstrap-sass', 'jquery']);
3234
}
3335

0 commit comments

Comments
 (0)