Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ts-config-webpack-plugin does not respect browserslist #77

Open
topaxi opened this issue Oct 19, 2020 · 0 comments
Open

ts-config-webpack-plugin does not respect browserslist #77

topaxi opened this issue Oct 19, 2020 · 0 comments
Labels
check ts-config ts-config-webpack-plugin

Comments

@topaxi
Copy link

topaxi commented Oct 19, 2020

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Performance issue
[x] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:

Current behavior

TypeScript compilation is currently limited to the target option by tsconfig.json

Expected behavior

I'd like to compile TypeScript with the target: "esnext" option and let babel do the rest (or compile it completely with babel and only use the fork checker to do the type checking).

What is the motivation / use case for changing the behavior?

The JavaScript plugin is properly respecting the browserslist settings while the TypeScript plugin is not.

@ernscht ernscht added the check label Apr 8, 2021
@ernscht ernscht added the ts-config ts-config-webpack-plugin label Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
check ts-config ts-config-webpack-plugin
Development

No branches or pull requests

2 participants