1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

chore(build): set rollup watching path

This commit is contained in:
Cotes Chung
2023-03-31 04:55:09 +08:00
parent bf199d779c
commit 6f97636fb9

View File

@@ -16,6 +16,9 @@ function build(filename) {
name: 'Chirpy',
sourcemap: !isProd
},
watch: {
include: `${JS_SRC}/**`
},
plugins: [
babel({
babelHelpers: 'bundled',