Skip to content

Commit cf9d806

Browse files
committed
fixup! add .js
1 parent 07c3ecf commit cf9d806

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/open-next/src/build/patch/patches/dropBabel.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* - drop `next/dist/server/node-environment-extensions/error-inspect.js`
77
*/
88

9-
import { getCrossPlatformPathRegex } from "utils/regex";
10-
import { patchCode } from "../astCodePatcher";
11-
import type { CodePatcher } from "../codePatcher";
9+
import { getCrossPlatformPathRegex } from "utils/regex.js";
10+
import { patchCode } from "../astCodePatcher.js";
11+
import type { CodePatcher } from "../codePatcher.js";
1212

1313
export const patchDropBabel: CodePatcher = {
1414
name: "patch-drop-babel",

0 commit comments

Comments
 (0)