Including bootstrap needs to be per entry

This commit is contained in:
Jeroen De Meerleer 2021-05-26 16:26:01 +02:00
parent 5ced8b46f0
commit b80e834f68
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
import 'tempusdominus-bootstrap-4';
import bsCustomFileInput from 'bs-custom-file-input';
import 'bootstrap';
$(function() {
initDatePickers();

View File

@ -1,3 +1,5 @@
import 'bootstrap';
$(function() {
initDeleteButtons();
})

View File

@ -70,8 +70,7 @@ Encore
$: 'jquery',
jQuery: 'jquery',
'window.jQuery': 'jquery',
moment: 'moment',
boostrap: 'bootstrap'
moment: 'moment'
})
;