Closed fusillijerry89 closed 1 year ago
I've just run into this error. In my case it's specifcally when building for production using vite (therefore rollup). In dev mode its fine. The error seems to be related to the import of the "getParamsPosition" in feathers-reactive/src/resource.js.
I'm not 100% sure but I'm guessing its to do with the mixing of ES imports / cjs exports.
edit: didn't realise there was a PR already
@RobMaple See my comment here: https://github.com/feathersjs-ecosystem/feathers-reactive/issues/193#issuecomment-1546395700
Should be fixed now in v0.11.0 via https://github.com/feathersjs-ecosystem/feathers-reactive/pull/211
v0.10 cannot be imported using import statement.
Please fix