📌  相关文章
📜  build#configuring-commonjs-dependencie - angular.json - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:45.204000             🧑  作者: Mango

代码示例1
"build": {
  "builder": "@angular-devkit/build-angular:browser",
  "options": {
     "allowedCommonJsDependencies": [
        "rxjs-compat",
         ... few more commonjs dependencies ... 
     ]
     ...
   }
   ...
},