Skip to content

Commit

Permalink
Fix benchmark build filename (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum authored Jan 26, 2022
1 parent bd80913 commit 9580a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/rollup_config_benchmarks.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const splitConfig = (name) => [{
}];

const viewConfig = {
input: `${srcDir}bench/benchmarks_view.${inputExt}x`,
input: `${srcDir}bench/benchmarks_view.${inputExt}${watch ? 'x' : ''}`,
output: {
name: 'Benchmarks',
file: 'bench/benchmarks_view_generated.js',
Expand Down

0 comments on commit 9580a69

Please sign in to comment.