refine icon indicating copy to clipboard operation
refine copied to clipboard

[REFACTOR] Proper ESM & CJS bundles

Open aliemir opened this issue 1 year ago • 0 comments

Currently Refine packages exports ESM and CJS bundles but due to the mis configurations in package.json files, these bundles may falsely interpreted by bundlers. Improving Refine's package configurations with proper exports fields and extensions is crucial for latest dev environments.

aliemir avatar Mar 19 '24 13:03 aliemir