UNPKG
create-dan
Version:
latest (4.0.4)
4.0.4
4.0.3
4.0.1
4.0.0
3.1.17
3.1.16
3.1.15
3.1.14
3.1.13
3.1.12
3.1.11
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.3
3.1.2
Dan frameworks
create-dan
/
template
/
server
/
livereload.js
7 lines
(6 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
=
(
config
) =>
{ config.
watchOptions
= {
poll
:
250
,
// ms
aggregateTimeout
:
50
,
// ms
} }