Skip to content

Commit

Permalink
fix autoreload see github.com/vuejs/vuepress/issues/221
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugnu committed Jun 2, 2020
1 parent ae89f43 commit 8c37876
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 126 deletions.
136 changes: 10 additions & 126 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"scripts": {
"preinstall": "npx npm-force-resolutions",
"dev": "vuepress dev",
"build": "vuepress build"
},
Expand All @@ -8,5 +9,8 @@
},
"dependencies": {
"vuepress": "^1.5.0"
},
"resolutions": {
"watchpack": "1.6.1"
}
}

0 comments on commit 8c37876

Please sign in to comment.