Skip to content

Commit

Permalink
Use 6to5 for building module tree
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Feb 11, 2015
1 parent 38b6f19 commit 757b93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"react": "0.12.x"
},
"devDependencies": {
"6to5": "^3.5.3",
"6to5-core": "^3.5.3",
"6to5-loader": "^3.0.0",
"path": "0.4.9",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ cd ..
./node_modules/.bin/webpack

# build ES5 modules in dist-modules
./node_modules/jsx-loader/node_modules/.bin/jsx --harmony --no-cache-dir modules dist-modules
./node_modules/.bin/6to5 ./modules --out-dir dist-modules

0 comments on commit 757b93c

Please sign in to comment.