We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c3ecf commit cf9d806Copy full SHA for cf9d806
packages/open-next/src/build/patch/patches/dropBabel.ts
@@ -6,9 +6,9 @@
6
* - drop `next/dist/server/node-environment-extensions/error-inspect.js`
7
*/
8
9
-import { getCrossPlatformPathRegex } from "utils/regex";
10
-import { patchCode } from "../astCodePatcher";
11
-import type { CodePatcher } from "../codePatcher";
+import { getCrossPlatformPathRegex } from "utils/regex.js";
+import { patchCode } from "../astCodePatcher.js";
+import type { CodePatcher } from "../codePatcher.js";
12
13
export const patchDropBabel: CodePatcher = {
14
name: "patch-drop-babel",
0 commit comments