mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
chore(build): set rollup watching path
This commit is contained in:
parent
bf199d779c
commit
6f97636fb9
@ -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…
x
Reference in New Issue
Block a user