Fix issue
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
import { readFileSync } from "node:fs";
|
||||
import { extname } from "node:path";
|
||||
import { once } from "lodash-es";
|
||||
|
||||
import type babel from "@babel/core";
|
||||
import type * as esbuild from "esbuild";
|
||||
import { transformSync } from "@babel/core";
|
||||
import type * as esbuild from "esbuild";
|
||||
import { once } from "lodash-es";
|
||||
|
||||
/**
|
||||
* An esbuild plugin that processes files with Babel if `plugins` is not empty.
|
||||
|
Reference in New Issue
Block a user