File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ But there is a way to use it: transpilers that compile ES6 into good old ES5 syn
7979
8080The add-on does next:
8181ES6 → (
82- [ Babel ] ( http://babeljs.io / ) +
83- [ Browserify ] ( http ://browserify.org/ )
82+ [ Browserify ] ( http://browserify.org / ) +
83+ [ Babelify ] ( https ://github.com/babel/babelify )
8484) → ES5.
8585
8686It also enables Django static imports in ES6, see the example below.
@@ -129,7 +129,7 @@ new Framework('1.0.1');
129129
130130#### Requisites
131131
132- You need ` babelify ` and ` babel-preset-es2015 ` to be installed. Quick install:
132+ You need ` browserify ` , ` babelify ` and ` babel-preset-es2015 ` to be installed. Quick install:
133133
134134``` sh
135135npm install -g browserify babelify babel-preset-es2015
You can’t perform that action at this time.
0 commit comments