We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087b640 commit 834d45cCopy full SHA for 834d45c
tutorials/use-babel-polyfill/README.md
@@ -1,4 +1,4 @@
1
-# [babel-polyfill](https://github.com/iSpring/babel-webpack-react-redux-tutorials/blob/master/tutorials/use-babel-polyfill/README.md)
+# [babel-polyfill](https://github.com/iSpring/babel-webpack-react-redux-tutorials/blob/master/tutorials/use-babel-polyfill/README.md)
2
3
我们之前一直强调ES6增加了新的语法特性,其实这种说法不严谨。严格来说,ES6相比于ES5新增了如下内容:
4
@@ -33,4 +33,4 @@ module.exports = {
33
};
34
```
35
36
-这样Webpack就会将babel-polyfill打包到我们的产品代码中。关于Webpack我们会在后面的教程中详细介绍。
+这样Webpack就会将babel-polyfill打包到我们的产品代码中。关于Webpack我们会在后面的教程中详细介绍。
0 commit comments