Skip to content

Commit bc413b9

Browse files
committed
refactor: move everything in packages/plugin-react-swc
1 parent 8971041 commit bc413b9

File tree

138 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

scripts/bundle.ts packages/plugin-react-swc/scripts/bundle.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { rmSync, writeFileSync, copyFileSync } from "node:fs";
22
import { execSync } from "node:child_process";
33
import { build, type BuildOptions, context } from "esbuild";
44

5-
import packageJSON from "../package.json";
5+
import packageJSON from "../../../package.json";
66

77
const dev = process.argv.includes("--dev");
88

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)