Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
react
/
index.js
blob: 999ead77897d1726c100686831187fff3041fc2e [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
if
(
process
.
env
.
NODE_ENV
===
'production'
)
{
module
.
exports
=
require
(
'./cjs/react.production.min.js'
);
}
else
{
module
.
exports
=
require
(
'./cjs/react.development.js'
);
}