MOBILE-3833 config: Disable chart.js CommonJS warning

main
Pau Ferrer Ocaña 2021-08-09 12:12:26 +02:00
parent e2daa15a6f
commit d3593dc817
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"allowedCommonJsDependencies":[
"chart.js"
],
"outputPath": "www",
"index": "src/index.html",
"main": "src/main.ts",