Skip to content

Commit a95b906

Browse files
committed
[+] Update libraries versions
1 parent 30af086 commit a95b906

File tree

5 files changed

+2402
-2305
lines changed

5 files changed

+2402
-2305
lines changed

example/devServer.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const hotBuild = () => exec('npm run build:dist', (err, stdout, stderr) => {
1515
}
1616
})
1717

18-
watch(srcPath, (filename) => {
19-
console.log(`${filename} file has changed`)
18+
watch(srcPath, { recursive: true }, (evt, filename) => {
19+
console.log(`${evt} - ${filename} file has changed`)
2020
hotBuild()
2121
})
2222

@@ -45,4 +45,4 @@ app.listen(port, error => {
4545
)
4646
}
4747
/* eslint-enable no-console */
48-
})
48+
})

0 commit comments

Comments
 (0)