Skip to content

Commit

Permalink
fix(@aws-amplify/core): remove the polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
powerful23 committed Sep 25, 2018
1 parent 5207bb1 commit 728bf20
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 70 deletions.
20 changes: 0 additions & 20 deletions packages/core/__tests__/Polyfills-test.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/core/src/OAuthHelper/FacebookOAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
ConsoleLogger as Logger,
} from '../Logger';
import JS from '../JS';
import '../Polyfills';

const logger = new Logger('CognitoCredentials');

Expand Down
1 change: 0 additions & 1 deletion packages/core/src/OAuthHelper/GoogleOAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
ConsoleLogger as Logger,
} from '../Logger';
import JS from '../JS';
import '../Polyfills';

const logger = new Logger('CognitoCredentials');

Expand Down
32 changes: 0 additions & 32 deletions packages/core/src/Polyfills/Polyfills.ts

This file was deleted.

14 changes: 0 additions & 14 deletions packages/core/src/Polyfills/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/core/src/RNComponents/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
import '../Polyfills';

const Linking = {};
const AppState = {
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

import { AWS } from './Facet';
import { ConsoleLogger as Logger } from './Logger';
import './Polyfills';
import Amplify from './Amplify';

export * from './Facet';
Expand Down

0 comments on commit 728bf20

Please sign in to comment.