Commit bc3064e1 authored by Vadym Gidulian's avatar Vadym Gidulian

Added reload debounce

parent c87e90cd
{
"files": [
"./dist/**/*.{css,html,htm,js}"
],
"reloadDebounce": 500,
"server": {
"baseDir": "dist"
},
"watchOptions": {
"ignored": [
"src",
"node_modules"
]
"ignored": ["./**/*", "!./dist/**/*"]
}
}
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