Skip to content

Commit 9ee2309

Browse files
committed
remove code comments
1 parent 6f6b5cf commit 9ee2309

File tree

1 file changed

+0
-2
lines changed
  • packages/docusaurus-theme-openapi-docs/src

1 file changed

+0
-2
lines changed

packages/docusaurus-theme-openapi-docs/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,11 @@ export default function docusaurusThemeOpenAPI(): Plugin<void> {
3737
): Configuration {
3838
const { getStyleLoaders, currentBundler } = utils;
3939

40-
// --- Drop-in replacement for @faker-js/faker --------------------------
4140
const fakerAlias = { "@faker-js/faker": false } as const;
4241

4342
const ignoreFaker = new currentBundler.instance.IgnorePlugin({
4443
resourceRegExp: /^@faker-js\/faker$/,
4544
});
46-
// ----------------------------------------------------------------------
4745

4846
const existingRules: any[] = config.module?.rules ?? [];
4947
const hasSassRule = existingRules.some(

0 commit comments

Comments
 (0)