-
-
Notifications
You must be signed in to change notification settings - Fork 595
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: consistent localNameIdent hash result with webpack
- Loading branch information
1 parent
e3915a6
commit f42e012
Showing
56 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/devtool-source-map-from-loaders/expected/main.css.map
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/devtool-source-map/expected/main.css.map
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ body { | |
} | ||
|
||
a { | ||
background: url(ebb93b9cb62e55bcbc35.png); | ||
background: url(4d3b8fdfbe46b279f223.png); | ||
} | ||
|
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/pathinfo-devtool-source-map/expected/main.css.map
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-absolute-url-1/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(https://webpack.js.org/foo/61dc21364604d5319600.svg); | ||
background-image: url(https://webpack.js.org/foo/2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-absolute-url-3/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(https://webpack.js.org./61dc21364604d5319600.svg); | ||
background-image: url(https://webpack.js.org./2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-absolute-url-4/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(https://webpack.js.org../61dc21364604d5319600.svg); | ||
background-image: url(https://webpack.js.org../2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-absolute-url-5/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(/61dc21364604d5319600.svg); | ||
background-image: url(/2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-absolute-url-6/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(//cdn.example.com/assets/61dc21364604d5319600.svg); | ||
background-image: url(//cdn.example.com/assets/2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-absolute-url/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(https://webpack.js.org/61dc21364604d5319600.svg); | ||
background-image: url(https://webpack.js.org/2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-default-auto/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(61dc21364604d5319600.svg); | ||
background-image: url(2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-empty-string/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(61dc21364604d5319600.svg); | ||
background-image: url(2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-function/expected/nested/again/style.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: green; | ||
background-image: url(../../61dc21364604d5319600.svg); | ||
background-image: url(../../2b438a6f1910279f8b62.svg); | ||
} | ||
|
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-function/expected/nested/style.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(../61dc21364604d5319600.svg); | ||
background-image: url(../2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-loader-auto/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(61dc21364604d5319600.svg); | ||
background-image: url(2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-path-relative-1/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(/static/img/../deep61dc21364604d5319600.svg); | ||
background-image: url(/static/img/../deep2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-path-relative-2/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(../61dc21364604d5319600.svg); | ||
background-image: url(../2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-path-relative-3/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(/61dc21364604d5319600.svg); | ||
background-image: url(/2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-path-relative-4/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(./61dc21364604d5319600.svg); | ||
background-image: url(./2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-path-relative-5/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(../static/61dc21364604d5319600.svg); | ||
background-image: url(../static/2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-path-relative-6/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(./static/61dc21364604d5319600.svg); | ||
background-image: url(./static/2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-path-relative-7/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(static61dc21364604d5319600.svg); | ||
background-image: url(static2b438a6f1910279f8b62.svg); | ||
} | ||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
plugin-test/css-extract/cases/publicpath-path-relative/expected/main.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
body { | ||
background: red; | ||
background-image: url(/static/img/61dc21364604d5319600.svg); | ||
background-image: url(/static/img/2b438a6f1910279f8b62.svg); | ||
} | ||
|