Skip to content

Commit 0c137cb

Browse files
authored
Merge pull request webpack#4521 from chicoxyzzy/patch-1
Use ts-loader instead of deprecated typescript-loader in Readme.md
2 parents 98ea823 + 0058a2e commit 0c137cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ or are automatically applied via regex from your webpack configuration.
135135
|<a href="https://github.com/webpack/script-loader">`<script>`</a>|![script-npm]|Executes a JavaScript file once in global context (like in script tag), requires are not parsed|
136136
|<a href="https://github.com/babel/babel-loader"><img width="48" height="48" title="babel-loader" src="https://worldvectorlogo.com/logos/babel-10.svg"></a>|![babel-npm]|Loads ES2015+ code and transpiles to ES5 using <a href="https://github.com/babel/babel">Babel</a>|
137137
|<a href="https://github.com/jupl/traceur-loader"><img width="48" height="48" src="https://google.github.com/traceur-compiler/logo/tc.svg"></a>|![traceur-npm]|Loads ES2015+ code and transpiles to ES5 using [Traceur](https://github.com/google/traceur)|
138-
|<a href="https://github.com/andreypopp/typescript-loader"><img width="48" height="48" src="https://cdn.rawgit.com/Microsoft/TypeScript/master/doc/logo.svg"></a>|![type-npm]|Loads TypeScript like JavaScript|
138+
|<a href="https://github.com/TypeStrong/ts-loader"><img width="48" height="48" src="https://cdn.rawgit.com/Microsoft/TypeScript/master/doc/logo.svg"></a>|![type-npm]|Loads TypeScript like JavaScript|
139139
|<a href="https://github.com/webpack/coffee-loader"><img width="48" height="48" src="https://worldvectorlogo.com/logos/coffeescript.svg"></a>|![coffee-npm]|Loads CoffeeScript like JavaScript|
140140

141141

142142
[script-npm]: https://img.shields.io/npm/v/script-loader.svg
143143
[babel-npm]: https://img.shields.io/npm/v/babel-loader.svg
144144
[traceur-npm]: https://img.shields.io/npm/v/traceur-loader.svg
145145
[coffee-npm]: https://img.shields.io/npm/v/coffee-loader.svg
146-
[type-npm]: https://img.shields.io/npm/v/typescript-loader.svg
146+
[type-npm]: https://img.shields.io/npm/v/ts-loader.svg
147147

148148
#### Templating
149149

0 commit comments

Comments
 (0)