stop making lsp complain about build script

pull/3/head
Drake 2 years ago
parent 50741a3569
commit 017120d8d3

@ -1,6 +1,7 @@
import esbuild from 'esbuild'
import babel from 'esbuild-plugin-babel'
(async ()=>{
try {
await esbuild.build({
entryPoints: ["src/index.js"],
@ -18,3 +19,4 @@ try {
console.log("Build failed!")
process.exit(1)
}
})() //IIFE to shutup lsp

Loading…
Cancel
Save