build(angular): no more cjs
This commit is contained in:
parent
6e4fbccbcc
commit
674afe7cee
|
@ -28,29 +28,7 @@
|
|||
"styles": [
|
||||
"src/styles.css"
|
||||
],
|
||||
"scripts": [],
|
||||
"allowedCommonJsDependencies": [
|
||||
"libp2p-gossipsub/src/utils",
|
||||
"rlp",
|
||||
"multiaddr/src/convert",
|
||||
"varint",
|
||||
"multihashes",
|
||||
"@chainsafe/libp2p-noise/dist/src/noise",
|
||||
"debug",
|
||||
"libp2p",
|
||||
"libp2p-bootstrap",
|
||||
"libp2p-crypto",
|
||||
"libp2p-websockets",
|
||||
"libp2p-websockets/src/filters",
|
||||
"libp2p/src/ping",
|
||||
"multiaddr",
|
||||
"peer-id",
|
||||
"ecies-geth",
|
||||
"secp256k1",
|
||||
"libp2p-gossipsub",
|
||||
"it-concat",
|
||||
"protons"
|
||||
]
|
||||
"scripts": []
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
|
@ -122,5 +100,8 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"defaultProject": "relay-angular-chat"
|
||||
"defaultProject": "relay-angular-chat",
|
||||
"cli": {
|
||||
"analytics": false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue