Skip to content

Commit 2d29088

Browse files
committed
wip
1 parent e2c9cfb commit 2d29088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/plugin-factory/src/generators/plugin/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export async function pluginGenerator(
158158
addCodePushupConfigFile(tree, projectRoot, {
159159
configFile: {
160160
format: 'ts',
161-
fileImports: [`import { ${pluginNames.propertyName}AuditRefs } from './src';`],
161+
fileImports: categoryName ? [`import { ${pluginNames.propertyName}AuditRefs } from './src';`] : [],
162162
},
163163
plugins: [
164164
{

0 commit comments

Comments
 (0)