mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
feat: request plugin build
This commit is contained in:
parent
1f451393b0
commit
9b7ee68b3a
@ -1,6 +1,3 @@
|
|||||||
export default {
|
export default {
|
||||||
target: 'browser',
|
|
||||||
cjs: { type: 'rollup', lazy: false },
|
|
||||||
esm: { type: 'rollup' },
|
|
||||||
disableTypeCheck: false,
|
disableTypeCheck: false,
|
||||||
};
|
};
|
||||||
|
@ -2,14 +2,16 @@
|
|||||||
"name": "@webank/fes-plugin-request",
|
"name": "@webank/fes-plugin-request",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "lib/index.js",
|
||||||
|
"files": [
|
||||||
|
"lib"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"module": "dist/index.esm.js",
|
"module": "dist/index.esm.js",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
"type": "module",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@webank/fes": "^2.0.0"
|
"@webank/fes": "^2.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user