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.
1 parent 6f6b5cf commit 9ee2309Copy full SHA for 9ee2309
packages/docusaurus-theme-openapi-docs/src/index.ts
@@ -37,13 +37,11 @@ export default function docusaurusThemeOpenAPI(): Plugin<void> {
37
): Configuration {
38
const { getStyleLoaders, currentBundler } = utils;
39
40
- // --- Drop-in replacement for @faker-js/faker --------------------------
41
const fakerAlias = { "@faker-js/faker": false } as const;
42
43
const ignoreFaker = new currentBundler.instance.IgnorePlugin({
44
resourceRegExp: /^@faker-js\/faker$/,
45
});
46
- // ----------------------------------------------------------------------
47
48
const existingRules: any[] = config.module?.rules ?? [];
49
const hasSassRule = existingRules.some(
0 commit comments