Skip to content

Commit 73aded3

Browse files
author
Carey Hinoki
committed
docs(client.js): Update documentation for babel-polyfill.
1 parent b37b831 commit 73aded3

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

1-add-react/src/client.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This will emulate a full ES6 environment.
12
import 'babel-polyfill';
23

34
import React from 'react';

2-add-routing/src/client.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This will emulate a full ES6 environment.
12
import 'babel-polyfill';
23

34
import React from 'react';

3-add-redux/src/client.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This will emulate a full ES6 environment.
12
import 'babel-polyfill';
23

34
import React from 'react';

4-add-universal/src/client.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// This will emulate a full ES6 environment.
12
import 'babel-polyfill';
23

34
import React from 'react';

0 commit comments

Comments
 (0)