File tree Expand file tree Collapse file tree
copy-plugin/__snapshots__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ transform aaaa",
6161exports [` CopyPlugin stats should minify: assets 1` ] = `
6262Object {
6363 " asset-modules/deepnested.txt" : " " ,
64- " unoptimized.js" : " let a=1;console.log(1);" ,
64+ " unoptimized.js" : " const a=1;console.log(1);" ,
6565}
6666` ;
6767
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ exports[`HMR should reloads with non http/https link href 2`] = `"<link rel=\\"s
3030
3131exports[`HMR should reloads with non-file script in the end of page 1`] = `"[HMR] Reload all CSS"`;
3232
33- exports[`HMR should reloads with non-file script in the end of page 2`] = `"<link rel =\\"stylesheet\\" href =\\"/dist/main.css\\"><link rel =\\"stylesheet\\" href =\\"http://localhost /dist/main.css?1479427200000\\">"`;
33+ exports[`HMR should reloads with non-file script in the end of page 2`] = `"<link rel =\\"stylesheet\\" href =\\"/dist/main.css\\"><link rel =\\"stylesheet\\" href =\\"/dist/main.css?1479427200000\\">"`;
3434
3535exports[`HMR should work reload all css 1`] = `"[HMR] Reload all CSS"`;
3636
37- exports[`HMR should work reload all css 2`] = `"<link rel =\\"stylesheet\\" href =\\"/dist/main.css\\"><link rel =\\"stylesheet\\" href =\\"http://localhost /dist/main.css?1479427200000\\">"`;
37+ exports[`HMR should work reload all css 2`] = `"<link rel =\\"stylesheet\\" href =\\"/dist/main.css\\"><link rel =\\"stylesheet\\" href =\\"/dist/main.css?1479427200000\\">"`;
3838
3939exports[`HMR should works 1`] = `"[HMR] CSS reload %s"`;
4040
You can’t perform that action at this time.
0 commit comments