Use import bootstrap
This commit is contained in:
parent
cdbab3b92e
commit
efe28b887d
1 changed files with 1 additions and 3 deletions
4
app/assets/javascripts/commons/bootstrap.js
vendored
4
app/assets/javascripts/commons/bootstrap.js
vendored
|
@ -1,9 +1,7 @@
|
|||
import $ from 'jquery';
|
||||
|
||||
import 'popper.js/dist/umd/popper';
|
||||
|
||||
// bootstrap jQuery plugins
|
||||
import 'bootstrap/dist/js/bootstrap.bundle';
|
||||
import 'bootstrap';
|
||||
|
||||
// custom jQuery functions
|
||||
$.fn.extend({
|
||||
|
|
Loading…
Reference in a new issue