We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ad2d4 commit b8d639bCopy full SHA for b8d639b
README.md
@@ -19,10 +19,22 @@ Extracts source maps from existing source files (from their <code>sourceMappingU
19
20
To begin, you'll need to install `source-map-loader`:
21
22
-```bash
+```console
23
npm i -D source-map-loader
24
```
25
26
+or
27
+
28
29
+yarn add -D source-map-loader
30
+```
31
32
33
34
35
+pnpm add -D source-map-loader
36
37
38
Then add the plugin to your `webpack` config. For example:
39
40
**file.js**
0 commit comments