Note to self

This commit is contained in:
Eric van der Vlist 2022-10-04 22:37:39 +02:00
parent 2612d7a3b4
commit bc474cba27
1 changed files with 13 additions and 0 deletions

View File

@ -38,4 +38,17 @@ KML might be considered as an import format.
And SVG, of course will be used to render tracks and routes on a map since its elements are directly supported by React.
## Notes to self
### Patching node_modules
This can be done by updating their sources in the node_modules directory and using the patch-package npm CLI command (thanks [stackoverflow](https://stackoverflow.com/a/13302095/1402881)) :
```
$npx patch-package localized-strings
```
However, it takes ages before `ionic serve` takes these modifications into account.