fix: default source-map-support install
This commit is contained in:
parent
6107296baf
commit
ed2aa6a3c1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user