-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More information on limitations when using production builds #3
Comments
Sure! The reason for all three limitation is, that for production builds the source code is mangled with uglifyjs.
|
Btw guys who develop & support Ionic are very friendly if there is some specific serious problem you can ask them for some integration maybe, i think they will help. |
I don't think that these are Ionic specific problem. It's more a problem of webpack and the underlying build scripts that are partly from angular. |
Does running a non-prod build for an Ionic app make any difference? That is, without the --prod flag. |
A question: if i use TypeORM with the active record pattern, how can i explicitly specify the table name (as suggested for repository pattern here)? Thanks! |
Would it be possible to get a bit more information or reasons for each of the limitations when using production builds. It might help us with debugging and potentially creating issues/PRs on typeorm to resolve them.
The text was updated successfully, but these errors were encountered: