Page creation using existing directory
Please give the option to create the page in the existing folder path, rather than creating the new folder for it.
Configuration: "page": { "customTemplates": { "component": "src/app/templates/page/TemplateName.js" }, "path": "src/app/pages/user", "withStyle": false, "withTest": false, "withStory": false, "withLazy": false }
When we run npx generate-react-cli component Test --type=page it creates the page in src/pages/Test/Test.js
I wanted that should not create a new directory for it, because it is a page. It should use existing directory to add the new page which we are created.
I also come across with this issue working with NextJS. Pls help
:tada: This issue has been resolved in version 7.4.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket: