bootstrap-datepicker
bootstrap-datepicker copied to clipboard
Allows for use within webpack
The initial factory function is attempting to import a new instance of jquery before checking for a globally defined one. If you have a globally defined jquery and you are building within a webpack environment it will import a new instance of jquery and miss the one you are using. So now we are checking for globals first instead of trying to import first.
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Related tickets | |
License | MIT |
Ping @acrobat
@acrobat, @vsn4ik could you please check?
@vsn4ik you approved this change, but can you also merge it please?
Can we get some traction on this please?
Trying again one year later ...
@acrobat, @vsn4ik could you please check?
Please merge!
is there a way we can merge this?