-
Notifications
You must be signed in to change notification settings - Fork 4k
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
通知提醒框全局配置在生产环境中不生效 #4319
Comments
Translation of this issue:Notification balloon global configuration does not take effect in the production environmentReproduction linkHttps://stackblitz.com/edit/ng-zorro-antd-start-19p5nt Steps to reproduceAny time must now What is expected?In a production environment, the custom configuration according to the correct display of the notification balloon. What is actually happening?Global Configuration the notification balloon in the lower right corner shows that in normal development environment, but in a production environment is still displayed in the upper left corner.
|
@tazyong Thanks for reporting this. It looks that after compiling our code breaks: Dev: Prod: We will fix this soon. For now you can provide a |
It looks that all globally-configurable properties break... |
* fix(module:core): fix global config not working in prod mode * chore: cleanup code close #4319
…O#4325) * fix(module:core): fix global config not working in prod mode * chore: cleanup code close NG-ZORRO#4319
…O#4325) * fix(module:core): fix global config not working in prod mode * chore: cleanup code close NG-ZORRO#4319
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-19p5nt
Steps to reproduce
任何时候必现
What is expected?
在生产环境里,根据自定义配置正确显示通知提醒框。
What is actually happening?
全局配置了通知提醒框在右下角显示,在开发环境正常,但在生产环境依然显示在左上角。
The text was updated successfully, but these errors were encountered: