Fix issue

This commit is contained in:
Alex
2025-02-03 00:05:24 -05:00
parent 2c4b75aa6c
commit 1f5e7fa049
14 changed files with 135 additions and 22 deletions

View File

@ -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.