Skip to content

Commit 1e70e52

Browse files
committed
docs: use ^1.0.0 instead of next dist-tag for webpack 2/3/4
1 parent 7c727c6 commit 1e70e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
```bash
1111
# for webpack 2/3/4
12-
npm i regular-loader@next -D
12+
npm i regular-loader@^1.0.0 -D
1313
```
1414

1515
```bash

0 commit comments

Comments
 (0)