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