We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c9cfb commit 2d29088Copy full SHA for 2d29088
tooling/plugin-factory/src/generators/plugin/generator.ts
@@ -158,7 +158,7 @@ export async function pluginGenerator(
158
addCodePushupConfigFile(tree, projectRoot, {
159
configFile: {
160
format: 'ts',
161
- fileImports: [`import { ${pluginNames.propertyName}AuditRefs } from './src';`],
+ fileImports: categoryName ? [`import { ${pluginNames.propertyName}AuditRefs } from './src';`] : [],
162
},
163
plugins: [
164
{
0 commit comments