Skip to content

Commit 3aa0103

Browse files
committed
Refactor
1 parent 567445b commit 3aa0103

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/plugin/metro.spec.ts renamed to src/plugin/bundler.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as path from "node:path";
22
import * as vm from "node:vm";
33
import { vi, describe, it, expect } from "vitest";
4-
import { bundle } from "./metro";
4+
import { bundle } from "./bundler";
55
import { buildWebEntryModule } from "./html";
66

77
const resolvePath = (filename: string) =>
File renamed without changes.

src/plugin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// @ts-expect-error
88
import metroTransformer from "metro-react-native-babel-transformer";
99
import { isEntryFile } from "./babel";
10-
import { bundle } from "./metro";
10+
import { bundle } from "./bundler";
1111
import { buildWebEntryModule } from "./html";
1212

1313
export const transform = async (args: any /* TODO */) => {

0 commit comments

Comments
 (0)