浏览代码

Merge branch 'features-o' of onunez/frontend-inversiones into development

Oscar José Nuñez Chávez 5 年之前
父节点
当前提交
182454db6f
共有 2 个文件被更改,包括 6 次插入3 次删除
  1. 1 1
      angular.json
  2. 5 2
      src/polyfills.ts

+ 1 - 1
angular.json

@@ -58,7 +58,7 @@
               "aot": true,
               "extractLicenses": true,
               "vendorChunk": false,
-              "buildOptimizer": true,
+              "buildOptimizer": false,
               "budgets": [
                 {
                   "type": "initial",

+ 5 - 2
src/polyfills.ts

@@ -52,11 +52,14 @@
  *
  */
 
+// Posible fix for dynamic components loader
+
+import "core-js/es/reflect";
+
 /***************************************************************************************************
  * Zone JS is required by default for Angular itself.
  */
-import 'zone.js/dist/zone';  // Included with Angular CLI.
-
+import "zone.js/dist/zone"; // Included with Angular CLI.
 
 /***************************************************************************************************
  * APPLICATION IMPORTS