File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/fast-incremental-builds Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This example follows the principles outlined in [](https://medium.com/@kenneth_c
7
7
Some highlights of this example:
8
8
9
9
* ` cache-loader ` 's writes slows down the incremental builds; so we skip it
10
- * ` forked -ts-checker-webpack-plugin` is used to do typechecking in a separate thread
10
+ * ` fork -ts-checker-webpack-plugin` is used to do typechecking in a separate thread
11
11
* ` webpack-dev-server ` is used so that the files are written to memory
12
12
* package.json's ` engines ` field is filled with required versions of node that will ensure fastest webpack builds
13
13
* separated production vs development webpack configuration files for specific use cases
@@ -23,4 +23,4 @@ yarn start
23
23
yarn build
24
24
```
25
25
26
- To see your output simply open up the ` http://localhost:8080/ ` in your browser of choice.
26
+ To see your output simply open up the ` http://localhost:8080/ ` in your browser of choice.
You can’t perform that action at this time.
0 commit comments