Skip to content

Commit 5abbcfe

Browse files
authored
Removed requirement for Bootstrap
There's no real need for this requirement since we already have the extensions JS and Bulma is supposed to be mainly CSS only.
1 parent 4d5c090 commit 5abbcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bulma-stubs/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* building robust, powerful web applications using Vue and Laravel.
66
*/
77

8-
require('./bootstrap');
8+
//require('./bootstrap');
99

1010
// window.Vue = require('vue');
1111

0 commit comments

Comments
 (0)