Skip to content

Commit 9580a69

Browse files
authored
Fix benchmark build filename (#886)
1 parent bd80913 commit 9580a69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bench/rollup_config_benchmarks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const splitConfig = (name) => [{
5151
}];
5252

5353
const viewConfig = {
54-
input: `${srcDir}bench/benchmarks_view.${inputExt}x`,
54+
input: `${srcDir}bench/benchmarks_view.${inputExt}${watch ? 'x' : ''}`,
5555
output: {
5656
name: 'Benchmarks',
5757
file: 'bench/benchmarks_view_generated.js',

0 commit comments

Comments
 (0)