Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit d75548f

Browse files
committed
wip
1 parent f245d8c commit d75548f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Presets/Vue.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ public static function install()
3030
*/
3131
protected static function updatePackageArray(array $packages)
3232
{
33-
return ['vue' => '^2.5.17'] + Arr::except($packages, [
33+
return [
34+
'resolve-url-loader' => '2.3.1',
35+
'sass' => '^1.20.1',
36+
'sass-loader' => '7.*',
37+
'vue' => '^2.5.17',
38+
'vue-template-compiler' => '^2.6.10',
39+
] + Arr::except($packages, [
3440
'@babel/preset-react',
3541
'react',
3642
'react-dom',

0 commit comments

Comments
 (0)