Skip to content

Commit 1a191a9

Browse files
committed
fix(bench): set default layers in StylesheetOptions initializers
1 parent efa9933 commit 1a191a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bench/src/bin/sandbox_vite_ts.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ fn run_cold(config: &UserConfig, sources: &[(PathBuf, String)]) -> ColdRun {
275275
include_static: true,
276276
source_map: false,
277277
emit_layer_declaration: true,
278+
..StylesheetOptions::default()
278279
},
279280
);
280281
let compile = t0.elapsed();
@@ -334,6 +335,7 @@ fn run_watch(config: &UserConfig, sources: &[(PathBuf, String)]) -> WatchRun {
334335
include_static: true,
335336
source_map: false,
336337
emit_layer_declaration: true,
338+
..StylesheetOptions::default()
337339
},
338340
);
339341
let compile = t0.elapsed();

0 commit comments

Comments
 (0)