Skip to content

Commit

Permalink
Fix hash function issue on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yo35 committed Oct 21, 2021
1 parent 7b81346 commit 888c907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/test_graphic/webpack-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ module.exports = {
entry: entries,
output: {
path: path.resolve(__dirname, '../../build/test_graphic'),
hashFunction: "xxhash64", // FIXME The default hash function used by Webpack has been removed from OpenSSL.
},
plugins: plugins,
module: {
Expand Down
1 change: 1 addition & 0 deletions scripts/test_headless.webpack-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = {
library: {
type: 'commonjs2',
},
hashFunction: "xxhash64", // FIXME The default hash function used by Webpack has been removed from OpenSSL.
},
module: {
rules: [
Expand Down

0 comments on commit 888c907

Please sign in to comment.