We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b7e48 commit 52fda41Copy full SHA for 52fda41
1 file changed
website/docusaurus.config.ts
@@ -166,7 +166,7 @@ const config: Config = {
166
configureWebpack(_config, isServer) {
167
// This optimization is expensive and only reduces by 3% the JS assets size
168
// Let's skip it for local and deploy preview builds
169
- // See also https://github.com/facebook/docusaurus/pull/11176
+ // See also https://github.com/facebook/docusaurus/discussions/11199
170
return {
171
optimization: {
172
concatenateModules: isProductionDeployment ? !isServer : false,
0 commit comments