commit
18a3b24c05
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Here Babel comes to the rescue.
|
|||
|
||||
Actually, there are two parts in Babel:
|
||||
|
||||
1. First, the transpiler program, which rewrites the code. The developer runs it on their own computer. It rewrites the code into the older standard. And then the code is delivered to the website for users. Modern project build systems like [webpack](http://webpack.github.io/) provide means to run transpiler automatically on every code change, so that very easy to integrate into development process.
|
||||
1. First, the transpiler program, which rewrites the code. The developer runs it on their own computer. It rewrites the code into the older standard. And then the code is delivered to the website for users. Modern project build systems like [webpack](http://webpack.github.io/) provide means to run transpiler automatically on every code change, so that it's very easy to integrate into development process.
|
||||
|
||||
2. Second, the polyfill.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue