Skip to content

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

@topaxi

Description

@topaxi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions