Skip to content
Snippets Groups Projects
Commit cd73ecec authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Add intl polyfill for Safari 9

parent 4058f5ea
Branches
Tags
No related merge requests found
// Polyfills
import 'es6-object-assign/auto';
import 'core-js/fn/array/includes';
import 'intl'; // For Safari 9
import React from 'react';
import ReactDOM from 'react-dom';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment