Skip to content

Commit

Permalink
docs: Update webpack docs links to webpack 2 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas authored and yyx990803 committed Jun 29, 2017
1 parent 03707e4 commit 8fc8086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ const myComponentOptions = {
}

// assuming Webpack's HMR API.
// https://webpack.github.io/docs/hot-module-replacement.html
// https://webpack.js.org/guides/hot-module-replacement/
if (module.hot) {
const api = require('vue-hot-reload-api')
const Vue = require('vue')
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Expand Up @@ -17,7 +17,7 @@ const myComponentOptions = {
}

// 检测 Webpack 的 HMR API
// https://webpack.github.io/docs/hot-module-replacement.html
// https://doc.webpack-china.org/guides/hot-module-replacement/
if (module.hot) {
const api = require('vue-hot-reload-api')
const Vue = require('vue')
Expand Down

0 comments on commit 8fc8086

Please sign in to comment.