Skip to content

Commit

Permalink
Deprecated require statement in index.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
enigmasama committed Aug 24, 2016
1 parent 9c0f7a7 commit 49a9188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/index.js
@@ -1,3 +1,3 @@
require('babel/register');
require('babel-core/register');

module.exports = require('./server');

0 comments on commit 49a9188

Please sign in to comment.