Open
Description
I have a node.importmap
as follows:
{
"imports": {
"react-dom": "https://esm.sh/[email protected]"
}
}
Here is a file to test:
import ReactDOM from 'react-dom'
import ReactDOMServer from 'react-dom/server.js'
The second line can't work.
Metadata
Metadata
Assignees
Labels
No labels