chore: build命令加上watch

This commit is contained in:
万纯 2020-12-02 12:35:06 +08:00
parent 9b7ee68b3a
commit de14cee9a7
3 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,7 @@
],
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "father-build",
"build": "father-build --watch",
"version": "lerna version --no-changelog --no-commit-hooks --no-private",
"publish": "lerna publish from-git"
},

View File

@ -34,6 +34,7 @@
},
"dependencies": {
"vue": "^3.0.2",
"@webank/fes": "^2.0.0"
"@webank/fes": "^2.0.0",
"@webank/fes-plugin-request": "^1.0.0"
}
}

View File

@ -1 +1,2 @@
// 入口函数 - 可有可无
// 配置fes-plugin-request
export const request = {};