thdoan / magnify

A lightweight jQuery magnifying glass zoom plugin.
https://thdoan.github.io/magnify/
MIT License
243 stars 63 forks source link

jQuery not defined when using with Create React App #61

Open kimfucious opened 5 years ago

kimfucious commented 5 years ago

Hey, cool stuff.

Any tip on getting this to work in a create-react app?

I've installed the Magnify package via NPM and am trying to use imports. I'm seeing this error when the build crashes, and thinking I may need to be attaching jQuery to the window object or something:


./node_modules/magnify/dist/js/jquery.magnify.js
node_modules/magnify/dist/js/jquery.magnify.js:348
  345 |       init(this);
  346 |     });
  347 |   };
> 348 | })(jQuery);
``console