This example shows how to use the removeConsole
config option to remove all console.*
calls.
Deploy the example using Vercel or preview live with StackBlitz
Execute create-next-app
with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example remove-console remove-console-app
# or
yarn create next-app --example remove-console remove-console-app
# or
pnpm create next-app --example remove-console remove-console-app
Deploy it to the cloud with Vercel (Documentation).