Skip to content

Commit

Permalink
Fix jszip build error
Browse files Browse the repository at this point in the history
ERROR in ./node_modules/jszip/lib/readable-stream-browser.js
Module not found: Error: Can't resolve 'stream' in '/home/niklas/Projekte/finanztopf/node_modules/jszip/lib'
[ERROR] An error occurred while running subprocess ng.

DevExpress/devextreme-angular#776
  • Loading branch information
NiklasMerz committed Feb 29, 2020
1 parent 47af5c9 commit ac2835d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tsconfig.json
Expand Up @@ -17,7 +17,12 @@
"lib": [
"es2018",
"dom"
]
],
"paths": {
"jszip": [
"node_modules/jszip/dist/jszip.min.js"
]
}
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
Expand Down

0 comments on commit ac2835d

Please sign in to comment.