Skip to content

Commit f3029fc

Browse files
committed
Change webpack hash function to sha256
1 parent d3a6454 commit f3029fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const isProduction = process.env.NODE_ENV == "production";
66
const config = {
77
entry: "./src/index.ts",
88
output: {
9+
hashFunction: 'sha256',
910
path: path.resolve(__dirname, "dist"),
1011
},
1112
devServer: {

0 commit comments

Comments
 (0)