sapper icon indicating copy to clipboard operation
sapper copied to clipboard

when onwarn is invoked timing information is not printed

Open samccone opened this issue 4 years ago • 0 comments

Describe the bug When onwarn is invoked inside of the client or server rollup.config the build performance / duration time is not emitted to the console.

By converting

onwarn = (warning, onwarn) => {
//logic 

to

onwarn = () ={}

The timing information came back

samccone avatar Dec 31 '20 22:12 samccone