From 6c5a2e08694a97ae5b2e26766c94fd8abc6f229c Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Thu, 17 Dec 2015 16:09:47 +0100 Subject: [PATCH] Load babel polyfill dependency but don't import From the babel.io.github guys. --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index e49ee46b..dc8204cf 100644 --- a/js/app.js +++ b/js/app.js @@ -1,6 +1,6 @@ 'use strict'; -import polyfill from 'babel/polyfill'; +import 'babel/polyfill'; import React from 'react'; import { Router, Redirect } from 'react-router';