You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default sourcemap that Browserify generates uses paths that are relative to the current directory, which may not always be what you want. This plugin lets you change the relative path, or use absolute paths.
@@ -35,7 +35,7 @@ Installation
35
35
Install using [npm](https://docs.npmjs.com/about-npm/):
36
36
37
37
```bash
38
-
npm install sourcemapify
38
+
npm install @jsdevtools/sourcemapify
39
39
```
40
40
41
41
@@ -45,15 +45,15 @@ Usage
45
45
Use Browserify's sub-argument command-line syntax, like this:
0 commit comments