diff --git a/src/Illuminate/Foundation/Console/Presets/Vue.php b/src/Illuminate/Foundation/Console/Presets/Vue.php index d25ffb8dd141..6d79fa1f2ec1 100644 --- a/src/Illuminate/Foundation/Console/Presets/Vue.php +++ b/src/Illuminate/Foundation/Console/Presets/Vue.php @@ -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', ]);