Browse Source

Merge pull request #3889 from adriaanzon/patch-1

Use module name instead of path
Taylor Otwell 7 years ago
parent
commit
e596cef035
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