s-panferov / awesome-typescript-loader

Awesome TypeScript loader for webpack
Other
2.35k stars 179 forks source link

typescript 3 support #602

Closed zerkms closed 6 years ago

zerkms commented 6 years ago

TS v3.0 was released tonight https://blogs.msdn.microsoft.com/typescript/2018/07/30/announcing-typescript-3-0/

This issue is to track the awesome-typescript-loader compatibility with it.

qtiki commented 6 years ago

We're using TypeScript 3.0.1 with the awesome-typescript-loader. So far the only issue I've noticed is that the peerDependency in the package is listed as ^2.7 which gives the following warning with yarn:

warning " > awesome-typescript-loader@5.2.0" has incorrect peer dependency "typescript@^2.7".
nomcopter commented 6 years ago

What about build mode?

sarink commented 6 years ago

Despite the warning, I've been using this with TS 3 for a couple of weeks and everything seems fine. Is there anything that needs to be done other than changing the peerDependency version in package.json?