1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 17:33:14 +01:00

Load babel polyfill dependency but don't import

From the babel.io.github guys.
This commit is contained in:
Brett Sun 2015-12-17 16:09:47 +01:00
parent d996967dd9
commit 6c5a2e0869

View File

@ -1,6 +1,6 @@
'use strict';
import polyfill from 'babel/polyfill';
import 'babel/polyfill';
import React from 'react';
import { Router, Redirect } from 'react-router';