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.
2 parents f36ca08 + 94580b9 commit 2c7fc2dCopy full SHA for 2c7fc2d
src/BulmaPreset.php
@@ -41,7 +41,7 @@ protected static function updatePackageArray(array $packages)
41
{
42
return [
43
'bulma' => '^0.8.0',
44
- 'bulma-extensions' => '^6.0.0',
+ 'bulma-extensions' => '^6.2.7',
45
] + Arr::except($packages, ['bootstrap']);
46
}
47
src/bulma-stubs/app.js
@@ -5,7 +5,7 @@
5
* building robust, powerful web applications using Vue and Laravel.
6
*/
7
8
-require('./bootstrap');
+//require('./bootstrap');
9
10
// window.Vue = require('vue');
11
0 commit comments