mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
565148d751
This convention ensures that you can declare that you intend for a file to only be used on the server (even if it technically might resolve on the client).
5 lines
54 B
JSON
5 lines
54 B
JSON
{
|
|
"type": "commonjs",
|
|
"main": "./cli.server.js"
|
|
}
|