UNPKG

@remcovaes/web-test-runner-vite-plugin

Version:

@web/test-runner plugin to allow the build to be done by Vite

7 lines (5 loc) 182 B
const ignoredBrowserLogs = [ '[vite] connecting...', '[vite] connected.', ]; export const removeViteLogging = ({ args }) => !args.some((arg) => ignoredBrowserLogs.includes(arg));