Skip to content

Commit

Permalink
fix: prod build broken because of missing dependency.
Browse files Browse the repository at this point in the history
Added dependency as workaround, should be fixed by upgrading to nx v8.x
  • Loading branch information
fcastill committed Jun 28, 2019
1 parent e871029 commit b7d4df7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"semver": "5.4.1",
"shortid": "^2.2.8",
"socket.io": "2.2.0",
"source-map-support": "^0.5.12",
"tslib": "^1.9.0",
"winston": "^3.2.1"
},
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8767,6 +8767,14 @@ [email protected], source-map-support@~0.5.10:
buffer-from "^1.0.0"
source-map "^0.6.0"

source-map-support@^0.5.12:
version "0.5.12"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.12.tgz#b4f3b10d51857a5af0138d3ce8003b201613d599"
integrity sha512-4h2Pbvyy15EE02G+JOZpUCmqWJuqrs+sEkzewTm++BPi7Hvn/HwcqLAcNxYAyI0x13CpPPn+kMjl+hplXMHITQ==
dependencies:
buffer-from "^1.0.0"
source-map "^0.6.0"

source-map-support@^0.5.5, source-map-support@^0.5.6, source-map-support@~0.5.6:
version "0.5.9"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.9.tgz#41bc953b2534267ea2d605bccfa7bfa3111ced5f"
Expand Down

0 comments on commit b7d4df7

Please sign in to comment.