Browse Source

Use module name instead of path

Adriaan Zonnenberg 7 years ago
parent
commit
7571f2b5b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/assets/js/bootstrap.js

+ 1 - 1
resources/assets/js/bootstrap.js

@@ -8,7 +8,7 @@ window._ = require('lodash');
  */
 
 window.$ = window.jQuery = require('jquery');
-require('bootstrap-sass/assets/javascripts/bootstrap');
+require('bootstrap-sass');
 
 /**
  * Vue is a modern JavaScript library for building interactive web interfaces