We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fab4b9 commit 3dee549Copy full SHA for 3dee549
src/InertiaJsPreset.php
@@ -20,11 +20,11 @@ public static function install()
20
protected static function updatePackageArray(array $packages)
21
{
22
return array_merge([
23
- 'inertiajs/inertia' => 'latest',
24
- 'inertiajs/inertia-vue' => 'latest',
25
- ], Arr::except($packages, [
26
- 'jquery',
27
- ]));
+ '@babel/plugin-syntax-dynamic-import' => '^7.2.0',
+ 'inertia' => 'github:inertiajs/inertia',
+ 'inertia-vue' => 'inertiajs/inertia-vue',
+ 'vue-template-compiler' => '^2.6.10',
+ ], $packages);
28
}
29
30
protected static function updateBootstrapping()
0 commit comments