Skip to content

Commit 78fd844

Browse files
update docs
1 parent 7b398fb commit 78fd844

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ Now whenever you want to analyze your angular project just run a command `ng run
3636
- Example:
3737
- `ng run [YOUR_PROJECT_NAME]:analyze --gzip` – Give the stats of gzip bundle.
3838

39+
40+
#### --diffLoading <a name="diffLoading"></a>
41+
- **optional**
42+
- Default: `true` (boolean)
43+
- Example:
44+
- `ng run [YOUR_PROJECT_NAME]:analyze --diffLoading=false` – A new Angular 10 project will have differential loading set to false, but if you upgrade from previous version and have differential loading enabled it will remain the same. This flag is for backward compatibilily. You can skip this option is differential loading is enabled.
45+
3946
# License
4047
[MIT](https://github.com/ngx-builders/source-map-analyzer/blob/master/LICENSE)
4148

0 commit comments

Comments
 (0)