From a7b09da15dd5f7f5c2c09acada99611e7ce483bc Mon Sep 17 00:00:00 2001 From: sw-yx Date: Mon, 26 Aug 2019 00:48:29 -0400 Subject: [PATCH] document error extraction warning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 356e40e11..8d85510ea 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,8 @@ Note: We don't provide this function for you, it is up to you how you want it to ⚠️Don't forget: you will need to host the decoder somewhere. Once you have a URL, look at `./errors/ErrorProd.js` and replace the `reactjs.org` URL with yours. +> Known issue: our `transformErrorMessages` babel plugin currently doesn't have sourcemap support, so you will see "Sourcemap is likely to be incorrect" warnings. [We would love your help on this.](https://github.com/palmerhq/tsdx/issues/184) + _TODO: Simple guide to host error codes to be completed_ ## Customization