You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be nice for a pure NativeScript project as well. No need to pre-/postfix everything if it's all NativeScript. In that case, there's no need to change the folder structure either.
Hi!
Maybe you can add a flag (--no-prefix) for schematics that generate new libraries without the prefix or suffix "nativescript"?
This will allow everyone to create more universal solutions.
For example.
You can create an Nx workspace for web and nativescript application with the following structure:
There is no need to duplicate prefixes for each of the library. It is enough to do it only on top level.
The text was updated successfully, but these errors were encountered: