From 561faa2f9e220ec9d5ba977f5a98cccae3cd6d3a Mon Sep 17 00:00:00 2001 From: sharils Date: Thu, 12 Apr 2018 22:23:37 +0800 Subject: [PATCH] Revert "Work around https://github.com/facebook/create-react-app/issues/4053" This reverts commit 787ca07e948682fa2dbaf7976f36cffedd5a81fb. --- package.json | 1 + public/index.html | 6 - src/firebase.js | 7 - src/init/initializeApp.js | 2 +- src/util/firebase.js | 2 +- yarn.lock | 1468 ++++++++++++++++--------------------- 6 files changed, 641 insertions(+), 845 deletions(-) delete mode 100644 src/firebase.js diff --git a/package.json b/package.json index f054948..cf727ad 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { + "firebase": "^4.10.1", "prop-types": "^15.6.0", "ramda": "^0.25.0", "react": "^16.2.0", diff --git a/public/index.html b/public/index.html index ba4f6a5..8fb2dea 100644 --- a/public/index.html +++ b/public/index.html @@ -21,12 +21,6 @@ Learn how to configure a non-root public URL by running `npm run build`. --> React App - - - - - -