Skip to content

Commit

Permalink
Merge pull request reduxjs#571 from FalloutX/master
Browse files Browse the repository at this point in the history
Changing import 'babel' typo to import 'babel-core'
  • Loading branch information
gaearon committed Aug 18, 2015
2 parents 2f4cb83 + 86090cd commit c052ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todomvc/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'babel/polyfill';
import 'babel-core/polyfill';

import React from 'react';
import Root from './containers/Root';
Expand Down

0 comments on commit c052ec5

Please sign in to comment.