Преглед изворни кода

⚡️ do not pack source data into the bundle

jmacura пре 3 година
родитељ
комит
7735c5c730
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      angular.json

+ 1 - 0
angular.json

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