summarylogtreecommitdiffstats
path: root/Fix-filesaverjs-capitalization.patch
blob: 7374f2e5144834889e4b3e7221e609b7c4928326 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/angular.json b/angular.json
index 5ae2e00..77dea74 100644
--- a/angular.json
+++ b/angular.json
@@ -54,7 +54,7 @@
               "fast-xml-parser"
             ],
             "scripts": [
-              "node_modules/file-saver/dist/filesaver.js"
+              "node_modules/file-saver/dist/FileSaver.js"
             ],
             "customWebpackConfig": {
               "path": "./angular.webpack.js"