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 {
|
||||
target: 'browser',
|
||||
cjs: { type: 'rollup', lazy: false },
|
||||
esm: { type: 'rollup' },
|
||||
disableTypeCheck: false,
|
||||
};
|
||||
|
@ -2,14 +2,16 @@
|
||||
"name": "@webank/fes-plugin-request",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"module": "dist/index.esm.js",
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@webank/fes": "^2.0.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user