Skip to content

Commit

Permalink
Add console.error #69
Browse files Browse the repository at this point in the history
  • Loading branch information
qrac committed Oct 10, 2022
1 parent 6633697 commit 7990a12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/minista/src/compile/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ export async function compileUserConfig(
platform: "node",
minify: false,
plugins: [external()],
}).catch((err) => {
console.error(err)
})

const { default: compiledUserConfig }: { default: UserConfig } = await import(
tempEntryPoint
)
Expand Down

0 comments on commit 7990a12

Please sign in to comment.