aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/react/index.js
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-03-23 14:04:55 -0500
committerToby Vincent <tobyv13@gmail.com>2022-03-23 14:15:18 -0500
commit8e36499326e969c7c34ecc537e589bd5ef5598a0 (patch)
tree7943cda837324847875d472d2ad68922c5019a50 /node_modules/react/index.js
parent337fa04fe3686e0f0d236eef5df89179ee68f673 (diff)
chore: removed node_modules from git
Diffstat (limited to 'node_modules/react/index.js')
-rw-r--r--node_modules/react/index.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/node_modules/react/index.js b/node_modules/react/index.js
deleted file mode 100644
index 999ead7..0000000
--- a/node_modules/react/index.js
+++ /dev/null
@@ -1,7 +0,0 @@
-'use strict';
-
-if (process.env.NODE_ENV === 'production') {
- module.exports = require('./cjs/react.production.min.js');
-} else {
- module.exports = require('./cjs/react.development.js');
-}