Skip to content

Commit 58505c4

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

File tree

10 files changed

+1
-5934
lines changed

10 files changed

+1
-5934
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 26 deletions
This file was deleted.

examples/fast-incremental-builds/index.html

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/fast-incremental-builds/package.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

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

Lines changed: 0 additions & 3 deletions
This file was deleted.

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

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/fast-incremental-builds/tsconfig.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 0 additions & 37 deletions
This file was deleted.

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

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)