mirror of
https://github.com/facebook/react.git
synced 2026-02-26 07:15:09 +00:00
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"
|
|
}
|