no-unnecessary-polyfills
: always triggered on core-js/{actual,full}/<feature>
#2506
Labels
no-unnecessary-polyfills
: always triggered on core-js/{actual,full}/<feature>
#2506
Hello! If the environment doesn't support
<feature>
, when I import fromcore-js/actual/<feature>
orcore-js/full/<feature>
,no-unnecessary-polyfills
rule is incorrectly triggered, but if I import it fromes
orstable
, it is not.Example:
Full reproduction: https://stackblitz.com/edit/vitejs-vite-zrgjkh?file=src%2Fmain.js
The text was updated successfully, but these errors were encountered: