Skip to content

Commit

Permalink
Merge pull request Skyscanner#1108 from Skyscanner/no-jira-add-promis…
Browse files Browse the repository at this point in the history
…e-polyfill

[NO-JIRA] Add promise polyfill to docs site
  • Loading branch information
tiagoengel authored Oct 12, 2018
2 parents f0fd148 + 9617932 commit 112c3eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bpk-docs/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import {
withRouter,
matchPath,
} from 'react-router-dom';
import 'es6-promise/auto';

import Routes, { ROUTES_MAPPINGS } from './routes';
import template from './template';
Expand Down

0 comments on commit 112c3eb

Please sign in to comment.