Skip to content

Commit

Permalink
Update the list of packages removed when the "none" preset is install…
Browse files Browse the repository at this point in the history
…ed (#23305)
  • Loading branch information
Simon Depelchin authored and taylorotwell committed Feb 26, 2018
1 parent a241b6a commit 9b1c5d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/Foundation/Console/Presets/None.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ public static function install()
protected static function updatePackageArray(array $packages)
{
unset(
$packages['bootstrap-sass'],
$packages['bootstrap'],
$packages['jquery'],
$packages['popper.js'],
$packages['vue'],
$packages['babel-preset-react'],
$packages['react'],
Expand Down

0 comments on commit 9b1c5d2

Please sign in to comment.