Skip to content

Commit

Permalink
Update Preset.php
Browse files Browse the repository at this point in the history
  • Loading branch information
voidgraphics authored May 12, 2020
1 parent c30153d commit 40dc0e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Preset.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -33,4 +34,4 @@ public static function updatePackageArray($packages)
])
);
}
}
}

0 comments on commit 40dc0e4

Please sign in to comment.