Browse Source

⚡️ do not pack source data into the bundle

jmacura 3 năm trước cách đây
mục cha
commit
7735c5c730
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      angular.json

+ 1 - 0
angular.json

@@ -41,6 +41,7 @@
             "assets": [
               {
                 "glob": "**/*",
+                "ignore": ["**/all_data.csv"],
                 "input": "src/assets",
                 "output": "./assets"
               },