matthewmueller / x-ray

The next web scraper. See through the <html> noise.
MIT License
5.86k stars 350 forks source link

bugfix - webpack is not treating isObject as fn #367

Open mnsrulz opened 3 years ago

mnsrulz commented 3 years ago

Description

Please explain the changes you made here. isObject package is using the default export and when x-ray is getting compiled using webpack, then the output package is not able to detect isObject as a function.

Checklist