Skip to content

Commit 8cf8800

Browse files
committed
remove @ version for extract-text-webpack-plugin (close #747)
1 parent 5af00e5 commit 8cf8800

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/en/configurations/extract-css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Example config to extract all the processed CSS in all Vue components into a sin
55
### Webpack 2.x
66

77
``` bash
8-
npm install extract-text-webpack-plugin@2.x --save-dev
8+
npm install extract-text-webpack-plugin --save-dev
99
```
1010

1111
``` js

docs/ja/configurations/extract-css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Webpack 2.x
66

77
``` bash
8-
npm install extract-text-webpack-plugin@2.x --save-dev
8+
npm install extract-text-webpack-plugin --save-dev
99
```
1010

1111
``` js

docs/kr/configurations/extract-css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
### Webpack 2.x (^2.1.0-beta.25)
3939

4040
``` bash
41-
npm install extract-text-webpack-plugin@2.x --save-dev
41+
npm install extract-text-webpack-plugin --save-dev
4242
```
4343

4444
``` js

docs/pt_BR/configurations/extract-css.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Exemplo de configuração para extrair todo CSS processado de todos componentes
55
### Webpack 2.x
66

77
```bash
8-
npm install extract-text-webpack-plugin@2.x --save-dev
8+
npm install extract-text-webpack-plugin --save-dev
99
```
1010

1111
```js
@@ -67,4 +67,4 @@ module.exports = {
6767
new ExtractTextPlugin("style.css")
6868
]
6969
}
70-
```
70+
```

docs/ru/configurations/extract-css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Webpack 2.x
66

77
``` bash
8-
npm install extract-text-webpack-plugin@2.x --save-dev
8+
npm install extract-text-webpack-plugin --save-dev
99
```
1010

1111
``` js

docs/zh-cn/configurations/extract-css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Webpack 2.x
66

77
``` bash
8-
npm install extract-text-webpack-plugin@2.x --save-dev
8+
npm install extract-text-webpack-plugin --save-dev
99
```
1010

1111
``` js

0 commit comments

Comments
 (0)