Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1265 from igor-makarov/patch-1
Browse files Browse the repository at this point in the history
Remove reference to unmaintained awesome-typescript-loader
  • Loading branch information
Orta authored Dec 10, 2019
2 parents ae1e582 + 9bd5c61 commit c1b68bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pages/tutorials/React & Webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ source-map-loader uses any sourcemap outputs from TypeScript to inform webpack w
This will allow you to debug your final output file as if you were debugging your original TypeScript source code.

Please note that ts-loader is not the only loader for typescript.
You could instead use [awesome-typescript-loader](https://www.npmjs.com/package/awesome-typescript-loader).

Read about the differences between them [here](https://github.com/s-panferov/awesome-typescript-loader#differences-between-ts-loader).

Notice that we installed TypeScript as a development dependency.
We could also have linked TypeScript to a global copy with `npm link typescript`, but this is a less common scenario.
Expand Down

0 comments on commit c1b68bf

Please sign in to comment.