forked from hyperledger-archives/composer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around missing grpc dependency in fabric-ca-client (hyperledger-…
…archives#2284) See https://jira.hyperledger.org/browse/FAB-6425 Also fixes various other build defects: - removes travis_wait from install script, which should hopefully reduce the number of timeouts - add fs hack to webpack config (required as a result of removing BrowserFS in hyperledger-archives#2138?) - remove unused bootstrap related dependencies - set exacy version of rxjs dependency - add webpack-sources dependency which the v8-lazy-parse-webpack-plugin module doesn't seem to be pulling in itself Closes #2282 Signed-off-by: James Taylor <[email protected]>
- Loading branch information
Showing
9 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -326,6 +326,10 @@ module.exports = function (options) { | |
$ : 'jquery', | ||
jquery : 'jquery' | ||
}), | ||
] | ||
], | ||
|
||
node: { | ||
fs: 'empty' | ||
} | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -264,6 +264,10 @@ module.exports = function (options) { | |
$ : 'jquery', | ||
jquery : 'jquery' | ||
}), | ||
] | ||
], | ||
|
||
node: { | ||
fs: 'empty' | ||
} | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters