HubSpot / odometer

Smoothly transitions numbers with ease. #hubspot-open-source
http://github.hubspot.com/odometer/docs/welcome
MIT License
7.3k stars 712 forks source link

Requiring jQuery when building with webpack despite being library agnostic #153

Open asos-francesca opened 6 years ago

asos-francesca commented 6 years ago

I understand odometer is library agnostic and should work natively, however when I import the minified script and build with webpack, I get the error:

Cannot find module "jquery"
    at webpackMissingModule (odometer.js:208)

How can I make it not require jQuery?