Skip to content

Commit

Permalink
Merge pull request #27645 from ankurk91/patch/vue-preset
Browse files Browse the repository at this point in the history
[5.7] Update vue preset to exclude @babel/preset-react
  • Loading branch information
taylorotwell authored Feb 25, 2019
2 parents 8107fe1 + 3061eba commit 96061a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Console/Presets/Vue.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static function install()
protected static function updatePackageArray(array $packages)
{
return ['vue' => '^2.5.17'] + Arr::except($packages, [
'babel-preset-react',
'@babel/preset-react',
'react',
'react-dom',
]);
Expand Down

0 comments on commit 96061a1

Please sign in to comment.