Skip to content

Commit 2d764be

Browse files
committed
Use NPM instead of yarn
1 parent b0abb95 commit 2d764be

File tree

4 files changed

+7303
-5008
lines changed

4 files changed

+7303
-5008
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Install dependencies
2+
3+
```bash
4+
npm install
5+
```
6+
7+
Clone & link css-loader
8+
9+
```bash
10+
git clone git@github.com:kisenka/css-loader.git -b convert-to-commonjs-modules
11+
cd css-loader
12+
yarn link
13+
cd ..
14+
yarn link css-loader
15+
```

0 commit comments

Comments
 (0)