You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2022. It is now read-only.
By default Webpack resolves the "module" property before "main" (resolve.mainFields), meaning that index.js is imported. However it is uncommon to transpile code from node_modules. As far as I understand things the "module" property should point to a file that contains transpiled code exporting its contents in ESM rather than CommonJS. As of v2.4.0 "module" points to raw ES6.