Is there a centralized repository where I can find ES module (ESM) alternatives for popular npm packages?
I'm looking for a mapping like:
'lodash' => 'lodash-es'
'react' => '@pika/react'
'react-dom' => '@pika/react-dom'
// etc
Is there a centralized repository where I can find ES module (ESM) alternatives for popular npm packages?
I'm looking for a mapping like:
'lodash' => 'lodash-es'
'react' => '@pika/react'
'react-dom' => '@pika/react-dom'
// etc