Browse Source

build: add chart.js and js-sha256 to allowedCommonJsDependencies of template

pull/4748/head
Arman Ozak 6 years ago
parent
commit
eadcf3ec47
  1. 1
      templates/app/angular/angular.json

1
templates/app/angular/angular.json

@ -24,6 +24,7 @@
"tsConfig": "tsconfig.app.json",
"aot": true,
"extractCss": true,
"allowedCommonJsDependencies": ["chart.js", "js-sha256"],
"assets": ["src/favicon.ico", "src/assets"],
"styles": [
{

Loading…
Cancel
Save