Skip to content

Commit

Permalink
Use babel-polyfill for Node.js app
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Nov 9, 2017
1 parent 88d4dec commit ed5667d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/cnc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env node

require('babel-polyfill');

var cnc;

if (process.env.NODE_ENV === 'development') {
Expand Down

0 comments on commit ed5667d

Please sign in to comment.