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',
|
||||
sourcemap: !isProd
|
||||
},
|
||||
watch: {
|
||||
include: `${JS_SRC}/**`
|
||||
},
|
||||
plugins: [
|
||||
babel({
|
||||
babelHelpers: 'bundled',
|
||||
|
|
Loading…
Reference in a new issue