Revert "MOBILE-3833 config: Disable chart.js CommonJS warning"

This reverts commit 9544aa179d.
main
Pau Ferrer Ocaña 2021-08-09 12:00:39 +02:00
parent e1c6c7c043
commit c6a90e251f
1 changed files with 1 additions and 3 deletions

View File

@ -14,9 +14,6 @@
"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",
@ -49,6 +46,7 @@
}, },
"outputHashing": "all", "outputHashing": "all",
"sourceMap": false, "sourceMap": false,
"extractCss": true,
"namedChunks": false, "namedChunks": false,
"aot": true, "aot": true,
"extractLicenses": true, "extractLicenses": true,