Level 53
@ehsanmousavi you need to specify browser versions you want to support in your package.json file:
"browserslist": [
"last 3 versions"
]
https://browserl.ist/?q=last+3+versions
https://github.com/browserslist/browserslist#full-list
The default settings should be fine in most scenarios
3 likes