Skip to content

Commit 58505c4

Browse files
authored
drop fast-incremental-builds example (#901)
1 parent 4354cf8 commit 58505c4

10 files changed

+1
-5934
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ts-loader works very well in combination with [babel](https://babeljs.io/) and [
3737

3838
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)
3939

40-
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.)
40+
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.)
4141

4242
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.
4343

examples/fast-incremental-builds/README.md

-26
This file was deleted.

examples/fast-incremental-builds/index.html

-11
This file was deleted.

examples/fast-incremental-builds/package.json

-20
This file was deleted.

examples/fast-incremental-builds/src/index.ts

-3
This file was deleted.

examples/fast-incremental-builds/src/render.ts

-3
This file was deleted.

examples/fast-incremental-builds/tsconfig.json

-5
This file was deleted.

examples/fast-incremental-builds/webpack.config.js

-37
This file was deleted.

examples/fast-incremental-builds/webpack.production.config.js

-31
This file was deleted.

0 commit comments

Comments
 (0)