Skip to content

Commit 8acfbb5

Browse files
committed
perf: externalize unused YAML parser
1 parent 051fd52 commit 8acfbb5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/rstack/rslib.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ export default defineConfig({
2121
},
2222
},
2323
output: {
24-
externals: ['jiti'],
24+
// Rstack always passes an explicit config object to lint-staged, so its
25+
// optional YAML config loader is not used.
26+
externals: ['jiti', 'yaml'],
2527
},
2628
});

0 commit comments

Comments
 (0)