build(angular): no more cjs
This commit is contained in:
parent
6e4fbccbcc
commit
674afe7cee
|
@ -28,29 +28,7 @@
|
||||||
"styles": [
|
"styles": [
|
||||||
"src/styles.css"
|
"src/styles.css"
|
||||||
],
|
],
|
||||||
"scripts": [],
|
"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"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
|
@ -122,5 +100,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultProject": "relay-angular-chat"
|
"defaultProject": "relay-angular-chat",
|
||||||
|
"cli": {
|
||||||
|
"analytics": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue