Skip to content

Commit 28050f4

Browse files
committed
swap plugin run order
1 parent fafbc43 commit 28050f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export async function build({
4747
...define,
4848
},
4949
plugins: [
50-
...(plugins ?? []),
5150
{
5251
name: "bun-react-ssr",
5352
target: "browser",
@@ -95,6 +94,7 @@ export async function build({
9594
);
9695
},
9796
},
97+
...(plugins ?? []),
9898
],
9999
});
100100
if (result.success) {

0 commit comments

Comments
 (0)