diff --git a/README.md b/README.md index 1c2f60f..b3046f2 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,22 @@ Extracts source maps from existing source files (from their sourceMappingU To begin, you'll need to install `source-map-loader`: -```bash +```console npm i -D source-map-loader ``` +or + +```console +yarn add -D source-map-loader +``` + +or + +```console +pnpm add -D source-map-loader +``` + Then add the plugin to your `webpack` config. For example: **file.js**