jquery-confirm
                                
                                
                                
                                    jquery-confirm copied to clipboard
                            
                            
                            
                        jquery-confirm with webpack
jquery-confirm version: v3.x.x
I'm submitting a ... (check one with "x") [ ] bug report [ ] feature request [x ] support request
Current behavior: Webpack+jconfirm = defaults does not set
Expected behavior: Webpack+jconfirm = global settings apply
Related code:
jconfirm = require('jquery-confirm');
jconfirm.defaults = {
    ...
}
                                    
                                    
                                    
                                
Any solution for this problem? :(
Our project includes this library behind webpack as all did when computers were big.
<script type="text/javascript" src="{{ asset('js/jquery-confirm.js') }}"></script>
you can use jconfirm.pluginDefaults. globally disable bootstrap by setting jconfirm.pluginDefaults.useBootstrap = false;
@williambeto did you found a solution to this problem? using webpack I couldn't set global settings...