MOBILE-3833 config: Disable chart.js CommonJS warning
parent
e2daa15a6f
commit
d3593dc817
|
@ -14,6 +14,9 @@
|
||||||
"build": {
|
"build": {
|
||||||
"builder": "@angular-devkit/build-angular:browser",
|
"builder": "@angular-devkit/build-angular:browser",
|
||||||
"options": {
|
"options": {
|
||||||
|
"allowedCommonJsDependencies":[
|
||||||
|
"chart.js"
|
||||||
|
],
|
||||||
"outputPath": "www",
|
"outputPath": "www",
|
||||||
"index": "src/index.html",
|
"index": "src/index.html",
|
||||||
"main": "src/main.ts",
|
"main": "src/main.ts",
|
||||||
|
|
Loading…
Reference in New Issue