You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: always transpile syntaxes introduced in ES2020 or later
To fix compatibility issues with webpack 4 and ESLint 6.
Browserslist doesn't support ES version queries, so we approximate it
as Chrome 79.0.0 and Node.js 12
Fixes#7209
0 commit comments