Skip to content

Commit

Permalink
use sha256 for webpack 3/4 config
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 19, 2022
1 parent 04db2eb commit 22ddd94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/runtime-integration/webpack-3/webpack.config.js
Expand Up @@ -5,6 +5,7 @@ module.exports = {
output: {
path: __dirname,
filename: "output.js",
hashFunction: "sha256",
},

devtool: false,
Expand Down
1 change: 1 addition & 0 deletions test/runtime-integration/webpack-4/webpack.config.js
Expand Up @@ -7,6 +7,7 @@ module.exports = {
output: {
path: __dirname,
filename: "output.js",
hashFunction: "sha256",
},

devtool: false,
Expand Down

0 comments on commit 22ddd94

Please sign in to comment.