File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
test/fixtures/multi-public-path-config Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 22
33const path = require ( "path" ) ;
44const { version } = require ( "webpack" ) ;
5- const getHashFunction = require ( "../../helpers/getHashFunction" ) ;
65
76let 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 ,
You can’t perform that action at this time.
0 commit comments