Skip to content

Commit e11b351

Browse files
committed
Add livereload to vue2
1 parent afa07b8 commit e11b351

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"jest": "^27.4.5",
4848
"postcss": "^8.4.5",
4949
"rollup": "^2.61.1",
50+
"rollup-plugin-livereload": "^2.0.5",
5051
"rollup-plugin-postcss": "^4.0.2",
5152
"rollup-plugin-replace": "^2.2.0",
5253
"rollup-plugin-vue": "^6.0.0",

yarn.lock

+1
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ __metadata:
451451
jest: ^27.4.5
452452
postcss: ^8.4.5
453453
rollup: ^2.61.1
454+
rollup-plugin-livereload: ^2.0.5
454455
rollup-plugin-postcss: ^4.0.2
455456
rollup-plugin-replace: ^2.2.0
456457
rollup-plugin-vue: ^6.0.0

0 commit comments

Comments
 (0)