adopted-ember-addons / adopted-ember-addons/ember-cli-flash
enviornment.js flashMessageDefaults.sticky being ignored for prod build
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 355
- Fork
- 118
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
I want the messages to be sticky and this works fine when developing but when I run `ember build --environment production` the prod version isn't sticky.
```
flashMessageDefaults: {
sticky: true,
preventDuplicates: true
}
```
I'm not overwriting this config anywhere else.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.