chore(build): set rollup watching path
This commit is contained in:
parent
bf199d779c
commit
6f97636fb9
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ function build(filename) {
|
||||||
name: 'Chirpy',
|
name: 'Chirpy',
|
||||||
sourcemap: !isProd
|
sourcemap: !isProd
|
||||||
},
|
},
|
||||||
|
watch: {
|
||||||
|
include: `${JS_SRC}/**`
|
||||||
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
babel({
|
babel({
|
||||||
babelHelpers: 'bundled',
|
babelHelpers: 'bundled',
|
||||||
|
|
Loading…
Reference in a new issue