Skip to content

Commit 52fda41

Browse files
committed
ref
1 parent b1b7e48 commit 52fda41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const config: Config = {
166166
configureWebpack(_config, isServer) {
167167
// This optimization is expensive and only reduces by 3% the JS assets size
168168
// Let's skip it for local and deploy preview builds
169-
// See also https://github.com/facebook/docusaurus/pull/11176
169+
// See also https://github.com/facebook/docusaurus/discussions/11199
170170
return {
171171
optimization: {
172172
concatenateModules: isProductionDeployment ? !isServer : false,

0 commit comments

Comments
 (0)