Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 13, 2020
1 parent 49a3eb6 commit bb64fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Presets/Vue.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected static function updatePackageArray(array $packages)
return [
'resolve-url-loader' => '^2.3.1',
'sass' => '^1.20.1',
'sass-loader' => '7.*',
'sass-loader' => '^8.0.0',
'vue' => '^2.5.17',
'vue-template-compiler' => '^2.6.10',
] + Arr::except($packages, [
Expand Down

0 comments on commit bb64fca

Please sign in to comment.