Polyfills are not generated from .browserslistrc queries #1132
Labels
problem: removed issue template
OP removed the issue template without good cause
solution: duplicate
This issue or pull request already exists
solution: intended behavior
This is not a bug and is expected behavior
solution: out-of-scope
This is out of scope for this project
My algorithm:
npx tsdx create mylib # run create new project and select "basic" option
npm i # install packages
touch .browserslistrc # create file .browserslistrc
npm run build # build project
cat dist/mylib.cjs.production.min.js # see result
Result - polyfills are absent. But they are need for execute code in
dead
browsers ))These questions have been discussed in these threads
.browserslistrc
#951,Object.fromEntries
#968,tslib
#412, but I didn't find an answer to the question - if targeting.browserslist
file to the old browsers, should TSDX add polyfills?The text was updated successfully, but these errors were encountered: