This commit is contained in:
darrell-thobe-sp
2025-05-20 09:54:40 -04:00
parent fa14b0e1bd
commit e4344e56b1
4 changed files with 471 additions and 438 deletions

View File

@@ -2,6 +2,24 @@ const {createApiPageMD} = require('./createApiPageMD');
import clsx from "clsx";
const pluginConfig = [
// function disableExpensiveBundlerOptimizationPlugin() {
// return {
// name: 'disable-expensive-bundler-optimizations',
// configureWebpack() {
// return {
// optimization: {
// concatenateModules: false,
// mergeDuplicateChunks: false,
// removeAvailableModules: true,
// },
// experiments: {
// parallelCodeSplitting: false,
// } as any,
// };
// },
// };
// },
[
'@docusaurus/plugin-google-tag-manager',
{