-
Notifications
You must be signed in to change notification settings - Fork 396
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
RTE TypeError after production build #504
Comments
Look here #346, it can help |
target is not a good solution according to the link you've provided. Is someone making a PR? |
The error is coming from line 229, I think:
|
Any idea how to fix this behavior ? Our app can't build in production because of this. Changing target in tsconfig doesn't do the trick. |
Using angular5 and the autobahn package, building the app with angular cli (ng build --prod)
Uncaught TypeError: (intermediate value)(intermediate value) is not a function
at when.js:1008
at Object.12.../apply (when.js:753)
at o (when.js:13)
at when.js:13
at when.js:2948
at when.js:3133
at Object.32../lib/Promise (when.js:2944)
at o (when.js:13)
at when.js:13
at Object.1.../callbacks (when.js:16)
The text was updated successfully, but these errors were encountered: