We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ebf74 commit 0e19ec2Copy full SHA for 0e19ec2
1 file changed
rollup.config.js
@@ -77,6 +77,6 @@ export default {
77
port: 8080,
78
open: false,
79
}),
80
- isWatch && livereload('dist'),
+ isWatch && livereload(['dist', 'examples']),
81
],
82
};
0 commit comments