Skip to content

Commit 6f97636

Browse files
committed
chore(build): set rollup watching path
1 parent bf199d7 commit 6f97636

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rollup.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ function build(filename) {
1616
name: 'Chirpy',
1717
sourcemap: !isProd
1818
},
19+
watch: {
20+
include: `${JS_SRC}/**`
21+
},
1922
plugins: [
2023
babel({
2124
babelHelpers: 'bundled',

0 commit comments

Comments
 (0)