Skip to content

Commit f82c652

Browse files
Update reserved keywords
1 parent 1388885 commit f82c652

File tree

4 files changed

+4651
-13
lines changed

4 files changed

+4651
-13
lines changed

build/dev-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const bundleWrite = (bundle) => {
2323
}
2424

2525
const startWatch = () => {
26-
watch('src', (filename) => {
26+
watch('src', {recursive: true}, (evt, filename) => {
2727
console.log('[RD]', 'File changed:', filename)
2828
rollup({
2929
entry,

0 commit comments

Comments
 (0)