From ae772f2f9dac60aa7ed0da9ebc551ad750d0b452 Mon Sep 17 00:00:00 2001 From: Arturo Pie <762752+arturopie@users.noreply.github.com> Date: Sun, 12 Jul 2020 08:30:00 -0400 Subject: [PATCH] updates instruction to install source-map-support updates instruction to install source-map-support as a regular dependency, since it's imported inside the function --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbcea723..8adc2be6 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Options are: You can easily enable support for source-maps (making stacktraces easier to read) by installing and using the following plugin: ```sh -yarn add --dev source-map-support +yarn add source-map-support ``` ```ts