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
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
When using --ngc in the build, the tsconfig file is not updated with the additional configuration specifiedby the --ngc flag.
What behavior are you expecting?
This was working with version 41 and it's not working with the latest version (48). We would expect that we could modify the tsconfig by specifying additonnal configuration with --ngc. In our project, we use this to ignore some files from ngc.
Steps to reproduce:
Build with --ngc, specify a config file
the config file specified is not used to modify the tsconfig.json when calling ngc.
Which @ionic/app-scripts version are you using?
48
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
The text was updated successfully, but these errors were encountered:
When you say --ngc, what do you mean exactly? We deprecated the ngc config file and just use the tsconfig.json file for now. It was in the changelog as moving to in-memory ngc.
Short description of the problem:
When using --ngc in the build, the tsconfig file is not updated with the additional configuration specifiedby the --ngc flag.
What behavior are you expecting?
This was working with version 41 and it's not working with the latest version (48). We would expect that we could modify the tsconfig by specifying additonnal configuration with --ngc. In our project, we use this to ignore some files from ngc.
Steps to reproduce:
Which @ionic/app-scripts version are you using?
48
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
The text was updated successfully, but these errors were encountered: