sindresorhus / p-map

Map over promises concurrently
MIT License
1.29k stars 58 forks source link

It is neccessary to have common.js export #55

Closed brandonxiang closed 2 years ago

brandonxiang commented 2 years ago

main field is needed in the packge.json. I want to build a tool using p-map.

lukeed/bundt map help

sindresorhus commented 2 years ago

This is a problem with your build tool, not this package. The exports field replaces main.

sindresorhus commented 2 years ago

https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c

brandonxiang commented 2 years ago

This is a problem with your build tool, not this package. The exports field replaces main.

I used tsup as build tool