Skip to content

Commit 8c37876

Browse files
committed
fix autoreload see github.com/vuejs/vuepress/issues/221
1 parent ae89f43 commit 8c37876

File tree

2 files changed

+14
-126
lines changed

2 files changed

+14
-126
lines changed

package-lock.json

Lines changed: 10 additions & 126 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"scripts": {
3+
"preinstall": "npx npm-force-resolutions",
34
"dev": "vuepress dev",
45
"build": "vuepress build"
56
},
@@ -8,5 +9,8 @@
89
},
910
"dependencies": {
1011
"vuepress": "^1.5.0"
12+
},
13+
"resolutions": {
14+
"watchpack": "1.6.1"
1115
}
1216
}

0 commit comments

Comments
 (0)