Skip to content

Commit

Permalink
Fixed complaint about file-saver dependency [#770]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Jun 26, 2021
1 parent 9fe521e commit c9e4474
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions comixed-web/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,19 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"allowedCommonJsDependencies": ["lodash", "sockjs-client"],
"allowedCommonJsDependencies": [
"lodash",
"sockjs-client",
"file-saver"
],
"outputPath": "target/classes/static",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": ["src/favicon.ico", "src/assets"],
"styles": [
"src/theme.scss",
"src/styles.scss"
],
"styles": ["src/theme.scss", "src/styles.scss"],
"scripts": ["./node_modules/sockjs-client/dist/sockjs.min.js"]
},
"configurations": {
Expand Down

0 comments on commit c9e4474

Please sign in to comment.