Rebuild to handle symbol not using whole line
This commit is contained in:
4
build.js
4
build.js
@@ -1,5 +1,5 @@
|
||||
import * as fs from "fs";
|
||||
import { toHtml } from "./markdown.js"
|
||||
import { toHtml } from "./markdown.js";
|
||||
|
||||
const paths = {
|
||||
output: ".dist",
|
||||
@@ -73,5 +73,3 @@ fs.writeFileSync(`${paths.output}/index.html`, htmlTemplate, {
|
||||
encoding: "utf-8",
|
||||
flag: "ax",
|
||||
});
|
||||
|
||||
console.log(manifest);
|
||||
|
||||
Reference in New Issue
Block a user