Skip to content

Commit

Permalink
fix(nx-plugin): do not print duplicated warning about derived format …
Browse files Browse the repository at this point in the history
…when generating plugin (#22230)

(cherry picked from commit 864e0b1)
  • Loading branch information
leosvelperez authored and FrozenPandaz committed Mar 8, 2024
1 parent 689d9cc commit af8a132
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/plugin/src/generators/plugin/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,13 @@ export async function pluginGeneratorInternal(host: Tree, schema: Schema) {
tasks.push(
await jsLibraryGenerator(host, {
...schema,
name: options.name,
directory: options.projectRoot,
config: 'project',
bundler: options.bundler,
publishable: options.publishable,
importPath: options.npmPackageName,
projectNameAndRootFormat: 'as-provided',
skipFormat: true,
})
);
Expand Down

0 comments on commit af8a132

Please sign in to comment.