We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a6454 commit f3029fcCopy full SHA for f3029fc
webpack.config.js
@@ -6,6 +6,7 @@ const isProduction = process.env.NODE_ENV == "production";
6
const config = {
7
entry: "./src/index.ts",
8
output: {
9
+ hashFunction: 'sha256',
10
path: path.resolve(__dirname, "dist"),
11
},
12
devServer: {
0 commit comments