We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
optimization.removeAvailableModules
1 parent e8e67e9 commit 67248f8Copy full SHA for 67248f8
1 file changed
packages/docusaurus/src/webpack/base.ts
@@ -249,8 +249,6 @@ export async function createBaseConfig({
249
modules: ['node_modules', path.join(siteDir, 'node_modules')],
250
},
251
optimization: {
252
- // See https://github.com/web-infra-dev/rspack/issues/9834
253
- removeAvailableModules: true,
254
// Only minimize client bundle in production because server bundle is only
255
// used for static site generation
256
minimize: minimizeEnabled,
0 commit comments