Skip to content

Commit 3fc1346

Browse files
authored
Merge pull request #1836 from hey-api/fix/rollup-plugin-enforce-pre
fix: use enforce pre
2 parents 54d1083 + f22dc53 commit 3fc1346

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/chilly-ravens-reflect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hey-api/rollup-plugin': patch
3+
---
4+
5+
fix: use enforce pre

packages/rollup-plugin/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export function heyApiPlugin(options?: {
1010
buildStart: async () => {
1111
await createClient(options?.config);
1212
},
13+
enforce: 'pre',
1314
name: 'hey-api-plugin',
1415
};
1516
}

0 commit comments

Comments
 (0)