Rich message rendering #24
1 changed files with 1 additions and 2 deletions
1
build.js
1
build.js
|
@ -175,7 +175,6 @@ async function addBundle(sourcePath, targetPath, module = false) {
|
||||||
})
|
})
|
||||||
const writer = fs.promises.writeFile(pj(buildDir, targetPath), content)
|
const writer = fs.promises.writeFile(pj(buildDir, targetPath), content)
|
||||||
staticFiles.set(sourcePath, `${targetPath}?static=${hash(content)}`)
|
staticFiles.set(sourcePath, `${targetPath}?static=${hash(content)}`)
|
||||||
runHint(sourcePath, content)
|
|
||||||
await writer
|
await writer
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue