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 60706c3 commit f715e3cCopy full SHA for f715e3c
1 file changed
docs/02-javascript-api.md
@@ -29,7 +29,7 @@ async function build() {
29
let buildFailed = false;
30
try {
31
// create a bundle
32
- const bundle = await rollup(inputOptions);
+ bundle = await rollup(inputOptions);
33
34
// an array of file names this bundle depends on
35
console.log(bundle.watchFiles);
0 commit comments