From 7fd52b7210d9e8a4312ef0553df2e079c3376450 Mon Sep 17 00:00:00 2001 From: Eugene Zolenko Date: Tue, 11 Feb 2020 16:10:17 -0700 Subject: [PATCH] - updating readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9914490..2780e29 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ See [#108](https://github.com/ezolenko/rollup-plugin-typescript2/issues/108) * `objectHashIgnoreUnknownHack`: false - The plugin uses rollup config as part of cache key. `object-hash` is used to generate a hash, but it can't hash certain elements at the moment. Setting this option to true will make `object-hash` ignore unknowns, at the cost of not invalidating the cache if ignored elements are changed. Only enable this if you need it (`Error: Unknown object type "asyncfunction"` for example) and make sure to run with `clean: true` once in a while and definitely before a release. (See [#105](https://github.com/ezolenko/rollup-plugin-typescript2/issues/105)) + The plugin uses rollup config as part of cache key. `object-hash` is used to generate a hash, but it can't hash certain elements at the moment. Setting this option to true will make `object-hash` ignore unknowns, at the cost of not invalidating the cache if ignored elements are changed. Only enable this if you need it and make sure to run with `clean: true` once in a while and definitely before a release. (See [#105](https://github.com/ezolenko/rollup-plugin-typescript2/issues/105) and [#203](https://github.com/ezolenko/rollup-plugin-typescript2/pull/203)) * `useTsconfigDeclarationDir`: false