Update(boards): 添加文件实时重载,在板卡目录 npm run serve 启动

This commit is contained in:
王立帮
2024-10-04 21:38:34 +08:00
parent 82b2524fda
commit 0e64b5088f
36 changed files with 323 additions and 36 deletions

View File

@@ -16,6 +16,6 @@ module.exports = merge(common, {
template: path.resolve(process.cwd(), 'template.xml'),
filename: 'index.xml',
minify: false
}),
})
]
});