adopted-ember-addons / adopted-ember-addons/ember-cli-flash
enviornment.js flashMessageDefaults.sticky being ignored for prod build
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 355
- Forks
- 118
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.