diff --git a/readme.md b/readme.md index d75f419..1d8a6c8 100644 --- a/readme.md +++ b/readme.md @@ -36,9 +36,13 @@ require('import-cost').setup(opts) See `:h import-cost` for more information -## TODO +## Known Issues -1. CommonJS support +1. CommonJS support is particularly flaky - some packages work, some dont (this + is by virtue of the [npm module](https://github.com/wix/import-cost/), and, + thus, unavoidable) +2. Long wait times - once again, the npm module may take quite a while before + fully parsing packages ## Acknowledgements