소스 검색

⚡️ 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"
               },