mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
fix(docs): _.merge doesn't concat arrays (#314)
- it's a deep merge that merges them by index - the rest of the docs are accurate, just this one mention was incorrect - eventually should move to shallow merge/replace arrays to better reflect how `tsconfig` `extends` works, but just fix the docs for now
This commit is contained in:
parent
4a69b0dbcb
commit
e4b5880aa6
@ -112,7 +112,7 @@ See [#108](https://github.com/ezolenko/rollup-plugin-typescript2/issues/108)
|
||||
]
|
||||
```
|
||||
|
||||
This is a [deep merge](https://lodash.com/docs/4.17.4#merge) (objects are merged, arrays are concatenated, primitives are replaced, etc), increase `verbosity` to 3 and look for `parsed tsconfig` if you get something unexpected.
|
||||
This is a [deep merge](https://lodash.com/docs/4.17.4#merge) (objects are merged, arrays are merged by index, primitives are replaced, etc), increase `verbosity` to 3 and look for `parsed tsconfig` if you get something unexpected.
|
||||
|
||||
* `tsconfig`: `undefined`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user