We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95e6803 + 251c69c commit d748efaCopy full SHA for d748efa
1 file changed
src/index.js
@@ -29,4 +29,5 @@ module.exports = function(input, target) {
29
p.then(() => {
30
return fs.writeFileSync(target + "/index.html", html);
31
}).catch(err => console.error(err));
32
+ return p;
33
};
0 commit comments