Skip to content

Commit

Permalink
Hide CommonJS dependencies warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelwedler committed Jul 17, 2020
1 parent 9b25892 commit 085065a
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,29 @@
"src/styles.css",
"src/webui-app-theme.scss"
],
"scripts": []
"scripts": [],
"allowedCommonJsDependencies": [
"bignumber.js",
"qrcode",
"ajv",
"web3",
"web3-utils",
"web3-core",
"web3-core-helpers",
"web3-core-requestmanager",
"web3-eth-personal",
"web3-net",
"web3-eth",
"web3-bzz",
"web3-shh",
"web3-providers-http",
"web3-providers-ws",
"web3-providers-ipc",
"randombytes",
"underscore",
"ethjs-unit",
"elliptic"
]
},
"configurations": {
"production": {
Expand Down

0 comments on commit 085065a

Please sign in to comment.