-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
the pluralize
package needs a wildcard ESM import as it is CJS. this works in vite under normal circumstances but not during the dev mode which loads modules in some cases without any pre-processing.
Simplest solution is to switch to pluralize-esm
which is a ESM fork.
Steps To Reproduce
n/a
Expected behavior
pluralize
is usable in vite
dev mode.
Packages
- @refinedev/core
- @refinedev/cli
- @refinedev/inferencer
- @refinedev/nestjs-query
- @refinedev/graphql
Additional Context
No response
benckersens
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working