Skip to content

Commit 0b8a0c1

Browse files
committed
refactor: fix hot reload
1 parent 17827fa commit 0b8a0c1

File tree

2 files changed

+8
-312
lines changed

2 files changed

+8
-312
lines changed

‎package-lock.json‎

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

‎package.json‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "Vuepress theme for vue-a11y documentation",
55
"main": "index.js",
66
"scripts":{
7-
"start": "nodemon --ext js,md,vue,styl --watch .vuepress --watch . --exec npm run docs:dev",
8-
"docs:dev": "./node_modules/.bin/vuepress dev docs",
7+
"docs:dev": "./node_modules/.bin/vuepress dev docs --no-cache",
98
"docs:build": "./node_modules/.bin/vuepress build docs --no-cache",
109
"docs:publish": "surge docs/.vuepress/dist https://vue-a11y-theme.surge.sh",
1110
"release": "standard-version",
@@ -38,8 +37,8 @@
3837
"eslint-plugin-standard": "^4.0.1",
3938
"eslint-plugin-vue": "^6.2.2",
4039
"eslint-plugin-vuejs-accessibility": "^0.1.2",
41-
"nodemon": "^2.0.4",
4240
"standard-version": "^8.0.0",
43-
"vuepress": "^1.5.0"
41+
"vuepress": "^1.5.0",
42+
"watchpack": "^1.6.1"
4443
}
4544
}

0 commit comments

Comments
(0)