sapper
sapper copied to clipboard
when onwarn is invoked timing information is not printed
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