source:
node_modules/react/jsx-dev-runtime.js@
a762898
| Last change on this file since a762898 was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 218 bytes | |
| Rev | Line | |
|---|---|---|
| [a762898] | 1 | 'use strict'; |
| 2 | ||
| 3 | if (process.env.NODE_ENV === 'production') { | |
| 4 | module.exports = require('./cjs/react-jsx-dev-runtime.production.js'); | |
| 5 | } else { | |
| 6 | module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); | |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
