mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
chore: build命令加上watch
This commit is contained in:
parent
9b7ee68b3a
commit
de14cee9a7
@ -9,7 +9,7 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bootstrap": "lerna bootstrap",
|
"bootstrap": "lerna bootstrap",
|
||||||
"build": "father-build",
|
"build": "father-build --watch",
|
||||||
"version": "lerna version --no-changelog --no-commit-hooks --no-private",
|
"version": "lerna version --no-changelog --no-commit-hooks --no-private",
|
||||||
"publish": "lerna publish from-git"
|
"publish": "lerna publish from-git"
|
||||||
},
|
},
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue": "^3.0.2",
|
"vue": "^3.0.2",
|
||||||
"@webank/fes": "^2.0.0"
|
"@webank/fes": "^2.0.0",
|
||||||
|
"@webank/fes-plugin-request": "^1.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1 +1,2 @@
|
|||||||
// 入口函数 - 可有可无
|
// 配置fes-plugin-request
|
||||||
|
export const request = {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user