Skip to content

Commit 86090cd

Browse files
committed
Changing import 'babel' typo to import 'babel-core'
1 parent 641b277 commit 86090cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todomvc/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'babel/polyfill';
1+
import 'babel-core/polyfill';
22

33
import React from 'react';
44
import Root from './containers/Root';

0 commit comments

Comments
 (0)