Skip to content

Commit 9b5b477

Browse files
committed
docs: edit examples
1 parent b3d0961 commit 9b5b477

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/plugin-bundle-stats/code-pushup.large-angular.config.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ const blacklist: BlacklistEntry[] = [
5656
hint: 'Replace with modern alternatives.',
5757
})),
5858

59-
...toReplaceWithDesignSystemUi.map(pattern => ({
60-
pattern,
61-
hint: 'Replace with Design System UI.',
62-
})),
63-
6459
...toLazyLoad.map(pattern => ({
6560
pattern,
6661
hint: 'Use lazy loading for heavy dependencies.',
@@ -475,13 +470,12 @@ const newNodeModulesGroup: GroupingRule = {
475470

476471
const nodeModulesAudit = {
477472
slug: 'node-modules',
478-
title: '🔍 Node Modules',
473+
title: '📦 Node Modules',
479474
description: `
480475
Detects *newly added packages*, catches **forbidden dependencies**, monitors **3rd party costs**, and prevents **bundle bloat** from unreviewed dependencies.`,
481476
selection: {
482477
includeStaticImports: false,
483478
includeInputs: ['**/node_modules/**'],
484-
excludeInputs: knownNodeModules,
485479
},
486480
insightsTable: [
487481
knownNodeModulesBlacklistedGroup,

0 commit comments

Comments
 (0)