Describe the bug
add @nxext/ionic-angular config blows away my app
To Reproduce
create your my-app in an Nx monorepo
then run
nx g @nxext/ionic-angular:configuration my-app
I have a small but commercially released Nx angular app and it got nuked
all files deleted overwritten deleted
no choice on what kind of app I want either (forces tabs oriented)
Expected behavior
well as documented, should elegantly add config for run + build
add config should just convert my app into a capacitor/angular app
Additional context
I thought it would be nice for my user base to have mobile access and operation
well now it looks like I need to manually create an @nxext/ionic-angular (or Nx angular) app generated first, then convert and then manually cut/paste my app into that config?
maybe it works with hello-world no offense
I have seen this convert before and did not expect it to fail on my small scale project
try taking one of your commercially released apps and attempt to convert
Describe the bug
add @nxext/ionic-angular config blows away my app
To Reproduce
create your my-app in an Nx monorepo
then run
nx g @nxext/ionic-angular:configuration my-app
I have a small but commercially released Nx angular app and it got nuked
all files deleted overwritten deleted
no choice on what kind of app I want either (forces tabs oriented)
Expected behavior
well as documented, should elegantly add config for run + build
add config should just convert my app into a capacitor/angular app
Additional context
I thought it would be nice for my user base to have mobile access and operation
well now it looks like I need to manually create an @nxext/ionic-angular (or Nx angular) app generated first, then convert and then manually cut/paste my app into that config?
maybe it works with hello-world no offense
I have seen this convert before and did not expect it to fail on my small scale project
try taking one of your commercially released apps and attempt to convert