Skip to content

Commit

Permalink
clarify typical installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolateboy committed Feb 20, 2018
1 parent 638e5c6 commit b3883d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ A Babel plugin which automatically makes stack traces source-map aware

# INSTALL

npm install babel-plugin-source-map-support
npm install source-map-support
npm install babel-plugin-source-map-support --save-dev

# SYNOPSIS

Expand Down Expand Up @@ -64,7 +65,7 @@ but it no-ops if it has already been loaded, so there is no harm in registering

You probably don't want to use this plugin when compiling code for the web because you probably don't
want to include inline source maps in minified code. An easy way to limit the plugin's use to
development/test builds, is to use Babel's [`env` option](https://babeljs.io/docs/usage/babelrc/#env-option) e.g.:
development/test builds is to use Babel's [`env` option](https://babeljs.io/docs/usage/babelrc/#env-option) e.g.:

```javascript
{
Expand Down

0 comments on commit b3883d6

Please sign in to comment.