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.
2 parents d417198 + f3029fc commit 3304052Copy full SHA for 3304052
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