ts-loader
ts-loader copied to clipboard
TypeScript loader for webpack
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [micromatch](https://redirect.github.com/micromatch/micromatch) | [`4.0.2` -> `4.0.8`](https://renovatebot.com/diffs/npm/micromatch/4.0.2/4.0.8) |  |  | | [@types/micromatch](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/micromatch) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/micromatch))...
Does anyone have an idea how to use the preview of the new [typescript-native compiler](https://devblogs.microsoft.com/typescript/announcing-typescript-native-previews) in ts-loader?
### Expected Behaviour is there a way to pass in a direct reference to some sort of `ts-loader` into webpack.config so that i can have a central webpack config reusable...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [semver](https://redirect.github.com/npm/node-semver) | [`7.3.4` -> `7.5.2`](https://renovatebot.com/diffs/npm/semver/7.3.4/7.5.2) |  |  | ### GitHub Vulnerability...
Assets are emitted even when there are TypeScript errors. I see `TS2304` errors **and** `[emitted]` next to the file which contains these errors. Weird.