bootstrap-slider icon indicating copy to clipboard operation
bootstrap-slider copied to clipboard

jQuery dependency - possible regression?

Open orszaczky opened this issue 4 years ago • 2 comments

Looks like PR #580 has been merged, and yet the update is not in the codebase: https://github.com/seiyria/bootstrap-slider/commit/649128f401c9b1aa301faf10486d89d5ad8ab688

https://github.com/seiyria/bootstrap-slider/issues/578#issuecomment-626176829

orszaczky avatar May 09 '20 13:05 orszaczky

For some reason it was reverted https://github.com/seiyria/bootstrap-slider/commit/3ce5454da171636f640ddbe8d3d481a225efbbf2

Personnally I use a Webpack alias to remove jquery dependency:

{
  resolve: {
    alias: {
      jquery: `${__dirname}/includes/jquery-stub.js`,
    }
  }
}
// jquery-stub.js
module.exports = null;

mistic100 avatar Jan 27 '22 13:01 mistic100

found the reason here https://github.com/seiyria/bootstrap-slider/issues/589#issuecomment-229232517

mistic100 avatar Jan 27 '22 13:01 mistic100