-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: use recordsPath option in webpack tests
It should help stabilize the ordering of files which is still causing some transient build server errors.
- Loading branch information
Showing
13 changed files
with
292 additions
and
42 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"modules": { | ||
"byIdentifier": { | ||
"packages/webpack/test/specimens/change.js": 0, | ||
"packages/webpack/loader.js!packages/webpack/test/output/changed.css": 1 | ||
}, | ||
"usedIds": { | ||
"0": 0, | ||
"1": 1 | ||
} | ||
}, | ||
"chunks": { | ||
"byName": { | ||
"main": 0 | ||
}, | ||
"byBlocks": {}, | ||
"usedIds": { | ||
"0": 0 | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"modules": { | ||
"byIdentifier": { | ||
"packages/webpack/test/specimens/es2015-default.js": 0, | ||
"packages/webpack/loader.js!packages/webpack/test/specimens/es2015.css": 1 | ||
}, | ||
"usedIds": { | ||
"0": 0, | ||
"1": 1 | ||
} | ||
}, | ||
"chunks": { | ||
"byName": { | ||
"main": 0 | ||
}, | ||
"byBlocks": {}, | ||
"usedIds": { | ||
"0": 0 | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"modules": { | ||
"byIdentifier": { | ||
"packages/webpack/test/specimens/es2015-default.js": 0, | ||
"packages/webpack/loader.js!packages/webpack/test/specimens/es2015.css": 1 | ||
}, | ||
"usedIds": { | ||
"0": 0, | ||
"1": 1 | ||
} | ||
}, | ||
"chunks": { | ||
"byName": { | ||
"main": 0 | ||
}, | ||
"byBlocks": {}, | ||
"usedIds": { | ||
"0": 0 | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"modules": { | ||
"byIdentifier": { | ||
"packages/webpack/test/specimens/es2015-named.js": 0, | ||
"packages/webpack/loader.js!packages/webpack/test/specimens/es2015.css": 1 | ||
}, | ||
"usedIds": { | ||
"0": 0, | ||
"1": 1 | ||
} | ||
}, | ||
"chunks": { | ||
"byName": { | ||
"main": 0 | ||
}, | ||
"byBlocks": {}, | ||
"usedIds": { | ||
"0": 0 | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"modules": { | ||
"byIdentifier": { | ||
"packages/webpack/test/specimens/invalid-name.js": 0, | ||
"packages/webpack/loader.js!packages/webpack/test/specimens/invalid-name.css": 1 | ||
}, | ||
"usedIds": { | ||
"0": 0, | ||
"1": 1 | ||
} | ||
}, | ||
"chunks": { | ||
"byName": { | ||
"main": 0 | ||
}, | ||
"byBlocks": {}, | ||
"usedIds": { | ||
"0": 0 | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"modules": { | ||
"byIdentifier": { | ||
"packages/webpack/test/specimens/invalid.js": 0, | ||
"packages/webpack/loader.js!packages/webpack/test/specimens/invalid.css": 1 | ||
}, | ||
"usedIds": { | ||
"0": 0, | ||
"1": 1 | ||
} | ||
}, | ||
"chunks": { | ||
"byName": { | ||
"main": 0 | ||
}, | ||
"byBlocks": {}, | ||
"usedIds": { | ||
"0": 0 | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"modules": { | ||
"byIdentifier": { | ||
"packages/webpack/test/specimens/invalid-name.js": 0, | ||
"packages/webpack/loader.js!packages/webpack/test/specimens/invalid-name.css": 1 | ||
}, | ||
"usedIds": { | ||
"0": 0, | ||
"1": 1 | ||
} | ||
}, | ||
"chunks": { | ||
"byName": { | ||
"main": 0 | ||
}, | ||
"byBlocks": {}, | ||
"usedIds": { | ||
"0": 0 | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"modules": { | ||
"byIdentifier": { | ||
"packages/webpack/test/specimens/es2015-named.js": 0, | ||
"packages/webpack/loader.js!packages/webpack/test/specimens/es2015.css": 1 | ||
}, | ||
"usedIds": { | ||
"0": 0, | ||
"1": 1 | ||
} | ||
}, | ||
"chunks": { | ||
"byName": { | ||
"main": 0 | ||
}, | ||
"byBlocks": {}, | ||
"usedIds": { | ||
"0": 0 | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"modules": { | ||
"byIdentifier": { | ||
"packages/webpack/test/specimens/simple.js": 0, | ||
"packages/webpack/loader.js!packages/webpack/test/specimens/simple.css": 1, | ||
"packages/webpack/loader.js??ref--0!packages/webpack/test/specimens/simple.css": 2 | ||
}, | ||
"usedIds": { | ||
"0": 0, | ||
"1": 1, | ||
"2": 2 | ||
} | ||
}, | ||
"chunks": { | ||
"byName": { | ||
"main": 0 | ||
}, | ||
"byBlocks": {}, | ||
"usedIds": { | ||
"0": 0 | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"modules": { | ||
"byIdentifier": { | ||
"packages/webpack/test/specimens/start.js": 0, | ||
"packages/webpack/loader.js!packages/webpack/test/specimens/start.css": 1 | ||
}, | ||
"usedIds": { | ||
"0": 0, | ||
"1": 1 | ||
} | ||
}, | ||
"chunks": { | ||
"byName": { | ||
"main": 0 | ||
}, | ||
"byBlocks": {}, | ||
"usedIds": { | ||
"0": 0 | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"modules": { | ||
"byIdentifier": { | ||
"packages/webpack/test/specimens/watch.js": 0, | ||
"packages/webpack/loader.js!packages/webpack/test/output/watched.css": 1 | ||
}, | ||
"usedIds": { | ||
"0": 0, | ||
"1": 1 | ||
} | ||
}, | ||
"chunks": { | ||
"byName": { | ||
"main": 0 | ||
}, | ||
"byBlocks": {}, | ||
"usedIds": { | ||
"0": 0 | ||
} | ||
} | ||
} |
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
Oops, something went wrong.