In our app we want to block the user using an old browser. We looked at the browserslist npm package.
Our app is on JHipster with Angular TS.
We add "browserslist" in dependencies and a section in package.json:
"list of browsers": [
"1 latest version of firefox"
]
For the test, we are using an old portable firefox version 59 but when we open the application, the browserslist does not work and the home page is displayed.
Can we use browserslist with jhipster and angular TS
0 Replies