Closed
Description
Describe the bug
module field in package.json
points to minified version of the library.
Also causes issues when using npm link
across modules for development (minified file cannot be found / imported)
Expected behavior
module field should point to the esm distribution so that it can be imported by consuming projects and tree-shaken / imported correctly.
Information
- Day.js Version 1.8.14