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

v3.0 plans #631

Closed
9 tasks done
johnnyreilly opened this issue Sep 10, 2017 · 0 comments
Closed
9 tasks done

v3.0 plans #631

johnnyreilly opened this issue Sep 10, 2017 · 0 comments

Comments

@johnnyreilly
Copy link
Member

johnnyreilly commented Sep 10, 2017

This is a meta issue (well really an aide memoire) to list the changes planned for ts-loader 3.0. These are technically breaking changes but are unlikely to break anybody

  • drop support for typescript < 2.0 (no-one seems to be using it and we can simplify the code)
  • remove entryFileIsJs option; it can be inferred from whether the allowJs TypeScript compiler option has been set.
  • move to webpack 3.0 for test harness
  • drop configFileName support (replaced by configFile)
  • add support for a custom formatter for output - drop visual studio format (this can be added back if there's clamour for it and people can supply their own formatters in the interim)
  • make loglevel warn by default (stop outputting typescript version number by default)
  • fix tsc has "module" default to "es2015"when targetting es2015+, but ts-loader does not
  • switch to yarn because of this
  • allow controlling whether the output can contain colours
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant