Skip to content

Commit

Permalink
drop fast-incremental-builds example (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Feb 2, 2019
1 parent 4354cf8 commit 58505c4
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 5,934 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ ts-loader works very well in combination with [babel](https://babeljs.io/) and [

It's possible to parallelise your builds. Historically this was useful from a performance perspective with webpack 2 / 3. [With webpack 4+ there appears to be significantly less benefit and perhaps even cost.](https://blog.johnnyreilly.com/2018/12/you-might-not-need-thread-loader.html)

There's two ways to achieve this: [happypack](https://github.com/amireh/happypack) and [thread-loader](https://github.com/webpack-contrib/thread-loader). Both should be used in combination with [fork-ts-checker-webpack-plugin](https://github.com/Realytics/fork-ts-checker-webpack-plugin) for typechecking.)
But if that's what you want to do, there's two ways to achieve this: [happypack](https://github.com/amireh/happypack) and [thread-loader](https://github.com/webpack-contrib/thread-loader). Both should be used in combination with [fork-ts-checker-webpack-plugin](https://github.com/Realytics/fork-ts-checker-webpack-plugin) for typechecking.)

To read more, look at [this post](https://medium.com/webpack/typescript-webpack-super-pursuit-mode-83cc568dea79) by [@johnny_reilly](https://twitter.com/johnny_reilly) on the webpack publication channel.

Expand Down
26 changes: 0 additions & 26 deletions examples/fast-incremental-builds/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions examples/fast-incremental-builds/index.html

This file was deleted.

20 changes: 0 additions & 20 deletions examples/fast-incremental-builds/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions examples/fast-incremental-builds/src/index.ts

This file was deleted.

3 changes: 0 additions & 3 deletions examples/fast-incremental-builds/src/render.ts

This file was deleted.

5 changes: 0 additions & 5 deletions examples/fast-incremental-builds/tsconfig.json

This file was deleted.

37 changes: 0 additions & 37 deletions examples/fast-incremental-builds/webpack.config.js

This file was deleted.

31 changes: 0 additions & 31 deletions examples/fast-incremental-builds/webpack.production.config.js

This file was deleted.

0 comments on commit 58505c4

Please sign in to comment.