2018-05-26 15:41:18 -05:00
|
|
|
// this file aims to help local debugging with hot transpilation
|
|
|
|
// it requires BABEL_ENV=registry set as env variable
|
2018-12-22 10:11:09 -05:00
|
|
|
require('@babel/register')();
|
2018-05-26 15:41:18 -05:00
|
|
|
require('../src/lib/cli');
|