adopted-ember-addons / adopted-ember-addons/ember-cli-flash
enviornment.js flashMessageDefaults.sticky being ignored for prod build
Aperta
- Lingua principale
- TypeScript
- Stelle
- 355
- Fork
- 118
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.