Skip to content

Commit b8d639b

Browse files
docs: add installation commands (#173)
1 parent 07ad2d4 commit b8d639b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,22 @@ Extracts source maps from existing source files (from their <code>sourceMappingU
1919

2020
To begin, you'll need to install `source-map-loader`:
2121

22-
```bash
22+
```console
2323
npm i -D source-map-loader
2424
```
2525

26+
or
27+
28+
```console
29+
yarn add -D source-map-loader
30+
```
31+
32+
or
33+
34+
```console
35+
pnpm add -D source-map-loader
36+
```
37+
2638
Then add the plugin to your `webpack` config. For example:
2739

2840
**file.js**

0 commit comments

Comments
 (0)