Skip to content

Commit 51b59f9

Browse files
test: update
1 parent 887c539 commit 51b59f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/fixtures/multi-public-path-config/webpack.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
const path = require("path");
44
const { version } = require("webpack");
5-
const getHashFunction = require("../../helpers/getHashFunction");
65

76
let moduleRuleForHTML = {};
87

@@ -32,7 +31,6 @@ module.exports = [
3231
path: __dirname,
3332
filename: "foo.js",
3433
publicPath: "/bundle1/",
35-
hashFunction: getHashFunction(),
3634
},
3735
infrastructureLogging: {
3836
level: "warn",
@@ -54,7 +52,6 @@ module.exports = [
5452
path: path.join(__dirname, "named"),
5553
filename: "bar.js",
5654
publicPath: "/bundle2/",
57-
hashFunction: getHashFunction(),
5855
},
5956
name: "named",
6057
infrastructureLogging: {
@@ -69,7 +66,6 @@ module.exports = [
6966
path: path.join(__dirname, "dist"),
7067
filename: "bar.js",
7168
publicPath: "auto",
72-
hashFunction: getHashFunction(),
7369
},
7470
name: "other",
7571
stats: false,

0 commit comments

Comments
 (0)