Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop fast-incremental-builds example #901

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.