Skip to content

Commit 3304052

Browse files
author
Niilo Keinänen
committed
Merge remote-tracking branch 'github/master'
2 parents d417198 + f3029fc commit 3304052

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)