workbox logger in console after build and deployment
I used
nuxt build
and then run the build via node .output/server/index.mjs
to simulate production, but now there are tons of debug logs in the browser console, I dont want that in production. How do I disable those logs?0 Replies