diff --git a/src/Preset.php b/src/Preset.php index 6203f32..ae0bcc1 100644 --- a/src/Preset.php +++ b/src/Preset.php @@ -22,7 +22,8 @@ public static function updatePackageArray($packages) return array_merge( [ 'laravel-mix-pluton' => '^1.0.4', - '@babel/plugin-proposal-class-properties' => '^7.8.3' + '@babel/plugin-proposal-class-properties' => '^7.8.3', + '@babel/plugin-proposal-nullish-coalescing-operator' => '^7.8.3', ], Arr::except($packages, [ 'vue', @@ -33,4 +34,4 @@ public static function updatePackageArray($packages) ]) ); } -} \ No newline at end of file +}