Skip to content

Commit

Permalink
add babel pollyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
Donmclean committed Nov 21, 2017
1 parent a108b90 commit f2459df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
require('babel-register')();
require("babel-polyfill");
require('./src/riko.js');
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
Expand Down

0 comments on commit f2459df

Please sign in to comment.