Commit bc3064e1 authored by Vadym Gidulian's avatar Vadym Gidulian

Added reload debounce

parent c87e90cd
{ {
"files": [
"./dist/**/*.{css,html,htm,js}"
],
"reloadDebounce": 500,
"server": { "server": {
"baseDir": "dist" "baseDir": "dist"
}, },
"watchOptions": { "watchOptions": {
"ignored": [ "ignored": ["./**/*", "!./dist/**/*"]
"src",
"node_modules"
]
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment