Skip to content

Commit

Permalink
Use babel-polyfill for server to enable await async
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Mar 6, 2016
1 parent 41dac58 commit 0c7b5bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require('babel-register');
require('babel-polyfill');

const Bluebird = require('bluebird');
const WebpackIsomorphicTools = require('webpack-isomorphic-tools');
Expand Down

0 comments on commit 0c7b5bd

Please sign in to comment.