Update readme

This commit is contained in:
lowlighter
2020-10-24 18:41:57 +02:00
parent 265f981f49
commit f2fb214afe
7 changed files with 46 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
export default async function build() {
//Build code
let {code} = await ncc(`${__dirname}/index.mjs`, {
//minify:true,
minify:true,
sourceMap:false,
sourceMapRegister:false,
})