chore: add externals
This commit is contained in:
parent
1b518bb559
commit
ac857ba3fd
@ -14,7 +14,8 @@
|
||||
"assets": [],
|
||||
"project": "libs/utils/package.json",
|
||||
"compiler": "swc",
|
||||
"format": ["esm"]
|
||||
"format": ["esm"],
|
||||
"external": ["@vegaprotocol/types"]
|
||||
}
|
||||
},
|
||||
"publish": {
|
||||
|
@ -14,7 +14,8 @@
|
||||
"assets": [],
|
||||
"project": "libs/wallet/package.json",
|
||||
"compiler": "swc",
|
||||
"format": ["esm"]
|
||||
"format": ["esm"],
|
||||
"external": ["@vegaprotocol/types", "@vegaprotocol/utils"]
|
||||
}
|
||||
},
|
||||
"publish": {
|
||||
|
Loading…
Reference in New Issue
Block a user