Skip to content

Commit 834d45c

Browse files
authored
Update README.md
1 parent 087b640 commit 834d45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/use-babel-polyfill/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [babel-polyfill](https://github.com/iSpring/babel-webpack-react-redux-tutorials/blob/master/tutorials/use-babel-polyfill/README.md)
1+
# [babel-polyfill](https://github.com/iSpring/babel-webpack-react-redux-tutorials/blob/master/tutorials/use-babel-polyfill/README.md)
22

33
我们之前一直强调ES6增加了新的语法特性,其实这种说法不严谨。严格来说,ES6相比于ES5新增了如下内容:
44

@@ -33,4 +33,4 @@ module.exports = {
3333
};
3434
```
3535

36-
这样Webpack就会将babel-polyfill打包到我们的产品代码中。关于Webpack我们会在后面的教程中详细介绍。
36+
这样Webpack就会将babel-polyfill打包到我们的产品代码中。关于Webpack我们会在后面的教程中详细介绍。

0 commit comments

Comments
 (0)