From 945c322e74125b3609bbf24d5bc8addf29d7d267 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Fri, 4 Feb 2022 08:04:01 +0530 Subject: [PATCH] docs: add yarn and pnpm installation commands --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ec00f7bf..d6f9e924 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,18 @@ To begin, you'll need to install `css-loader`: npm install --save-dev css-loader ``` +or + +```console +yarn add -D css-loader +``` + +or + +```console +pnpm add -D css-loader +``` + Then add the plugin to your `webpack` config. For example: **file.js**