From f4ace788c6a7a0746ae2952c347c748b148d656a Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Tue, 20 Feb 2024 18:51:48 -0800 Subject: [PATCH] Set hashFunction in webpack config --- webpack.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index c821d123..0867f509 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -9,6 +9,9 @@ const path = require("path"); module.exports = { + output: { + hashFunction: "sha256", + }, resolve: { alias: { "@pages": path.resolve(__dirname, "pages"),