mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Switch to babel-core form babel.
Babel includes the CLI, which we don't need.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
require('babel/register');
|
||||
require('babel-core/register');
|
||||
// Only do the minimal amount of work before forking just in case of a dyno restart
|
||||
var cluster = require("cluster");
|
||||
var _ = require('lodash');
|
||||
|
||||
Reference in New Issue
Block a user