Answers for "build#configuring-commonjs-dependencie - angular.json"

0

build#configuring-commonjs-dependencie - angular.json

"build": {
  "builder": "@angular-devkit/build-angular:browser",
  "options": {
     "allowedCommonJsDependencies": [
        "rxjs-compat",
         ... few more commonjs dependencies ... 
     ]
     ...
   }
   ...
},
Posted by: Guest on July-25-2021

Browse Popular Code Answers by Language