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 'tempusdominus-bootstrap-4';
import bsCustomFileInput from 'bs-custom-file-input'; import bsCustomFileInput from 'bs-custom-file-input';
import 'bootstrap';
$(function() { $(function() {
initDatePickers(); initDatePickers();

View File

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

View File

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