Skip to content

Commit

Permalink
fix(nextjs): Fixes Next JS Component generator to export component wh…
Browse files Browse the repository at this point in the history
…en export flag is provided (#10699)

Co-authored-by: Nicholas Cunningham <ndcunningham>
  • Loading branch information
ndcunningham committed Jun 13, 2022
1 parent f30323e commit 550b185
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/src/generators/component/component.ts
Expand Up @@ -32,7 +32,6 @@ export async function componentGenerator(host: Tree, options: Schema) {
...options,
directory: getDirectory(host, options),
pascalCaseFiles: false,
export: false,
classComponent: false,
routing: false,
});
Expand Down

0 comments on commit 550b185

Please sign in to comment.