Note to self
This commit is contained in:
parent
2612d7a3b4
commit
bc474cba27
13
README.md
13
README.md
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue