Skip to content

Commit

Permalink
docs(quick-start): upgrade webpack plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dolymood committed Apr 18, 2019
1 parent 5bae538 commit b3db022
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions document/components/docs/en-US/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Since cube-ui support two compile ways such as [post-compile] (#/en-US/docs/post
// add stylus dependencies
"stylus": "^0.54.5",
"stylus-loader": "^2.1.1",
"webpack-post-compile-plugin": "^0.4.1",
"webpack-transform-modules-plugin": "^0.3.5"
"webpack-post-compile-plugin": "^1.0.0",
"webpack-transform-modules-plugin": "^0.4.3"
}
}
```
Expand Down Expand Up @@ -127,7 +127,7 @@ Since cube-ui support two compile ways such as [post-compile] (#/en-US/docs/post
}
},
"devDependencies": {
"webpack-transform-modules-plugin": "^0.3.5"
"webpack-transform-modules-plugin": "^0.4.3"
}
}
```
Expand Down
6 changes: 3 additions & 3 deletions document/components/docs/zh-CN/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ cube-ui 搭配 webpack 2+ 支持[后编译](#/zh-CN/docs/post-compile)和普通
// 新增 stylus 相关依赖
"stylus": "^0.54.5",
"stylus-loader": "^2.1.1",
"webpack-post-compile-plugin": "^0.4.1",
"webpack-transform-modules-plugin": "^0.3.5"
"webpack-post-compile-plugin": "^1.0.0",
"webpack-transform-modules-plugin": "^0.4.3"
}
}
```
Expand Down Expand Up @@ -127,7 +127,7 @@ cube-ui 搭配 webpack 2+ 支持[后编译](#/zh-CN/docs/post-compile)和普通
}
},
"devDependencies": {
"webpack-transform-modules-plugin": "^0.3.5"
"webpack-transform-modules-plugin": "^0.4.3"
}
}
```
Expand Down

0 comments on commit b3db022

Please sign in to comment.