MOBILE-3833 config: Disable chart.js CommonJS warning
parent
e2daa15a6f
commit
d3593dc817
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue