From 59f2412e14a448fb18897ecaf084bf1c5dbd1c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20M=C3=A9tral?= <46543621+mathieumetral@users.noreply.github.com> Date: Wed, 13 Dec 2023 22:14:01 +0100 Subject: [PATCH] docs: add treeshakeCompensation option to Next.js installation guide --- apps/docs/docs/learn/03-installation.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/docs/docs/learn/03-installation.mdx b/apps/docs/docs/learn/03-installation.mdx index b0dab5cf4..4515e0df8 100755 --- a/apps/docs/docs/learn/03-installation.mdx +++ b/apps/docs/docs/learn/03-installation.mdx @@ -176,6 +176,7 @@ provides plugins for Webpack, Rollup, and Next.js. dev: process.env.NODE_ENV === 'development', runtimeInjection: false, genConditionalClasses: true, + treeshakeCompensation: true, unstable_moduleResolution: { type: 'commonJS', rootDir: __dirname,