We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd80913 commit 9580a69Copy full SHA for 9580a69
1 file changed
bench/rollup_config_benchmarks.js
@@ -51,7 +51,7 @@ const splitConfig = (name) => [{
51
}];
52
53
const viewConfig = {
54
- input: `${srcDir}bench/benchmarks_view.${inputExt}x`,
+ input: `${srcDir}bench/benchmarks_view.${inputExt}${watch ? 'x' : ''}`,
55
output: {
56
name: 'Benchmarks',
57
file: 'bench/benchmarks_view_generated.js',
0 commit comments