flexyford / impagination

A lazy data layer for your paged records
102 stars 7 forks source link

Error on importing dataset.js #52

Open joaquinvietto opened 3 years ago

joaquinvietto commented 3 years ago

Library importation fails because dataset.js does not exists under the libr folder. There is not a lib folder:

While trying to resolve module impagination from file [my component file], the package [my path]\node_modules\impagination\package.json was successfully found. However, this package itself specifies a main module field that could not be resolved ([my path]\node_modules\impagination\lib\dataset.js)...

cowboyd commented 3 years ago

My guess is that this module will need to be updated to provide more modern bundler entry points /cc @flexyford