Skip to content

Commit 0e19ec2

Browse files
committed
chore: watch examples directory for livereload
1 parent f9ebf74 commit 0e19ec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ export default {
7777
port: 8080,
7878
open: false,
7979
}),
80-
isWatch && livereload('dist'),
80+
isWatch && livereload(['dist', 'examples']),
8181
],
8282
};

0 commit comments

Comments
 (0)