From 9df98e65f842cf3acae09cbdd969966f42d64469 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 14 Oct 2017 18:40:54 +0200 Subject: update dependencies --- node_modules/react/index.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 node_modules/react/index.js (limited to 'node_modules/react/index.js') diff --git a/node_modules/react/index.js b/node_modules/react/index.js new file mode 100644 index 000000000..999ead778 --- /dev/null +++ b/node_modules/react/index.js @@ -0,0 +1,7 @@ +'use strict'; + +if (process.env.NODE_ENV === 'production') { + module.exports = require('./cjs/react.production.min.js'); +} else { + module.exports = require('./cjs/react.development.js'); +} -- cgit v1.2.3