fix: default source-map-support install

This commit is contained in:
cha0s 2022-04-02 05:35:52 -05:00
parent 6107296baf
commit ed2aa6a3c1

View File

@ -9,6 +9,8 @@ import {
} from '@babel/core';
import sourceMapSupport from 'source-map-support';
sourceMapSupport.install();
const cache = require('@babel/register/lib/cache');
const identity = (i) => i;