-
-
Notifications
You must be signed in to change notification settings - Fork 576
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
17 additions
and
30 deletions.
There are no files selected for viewing
8 changes: 1 addition & 7 deletions
8
webpack-test/configCases/split-chunks/asnyc-entries/test.filter.js
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,7 +1 @@ | ||
// var supportsWorker = require("../../../helpers/supportsWorker"); | ||
|
||
// module.exports = function (config) { | ||
// return supportsWorker(); | ||
// }; | ||
|
||
module.exports = () => {return false} | ||
module.exports = () => 'block by treeshaking issue https://github.com/web-infra-dev/rspack/issues/4336' |
2 changes: 1 addition & 1 deletion
2
webpack-test/configCases/split-chunks/chunk-filename-delimiter-default/test.filter.js
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 +1 @@ | ||
module.exports = () => {return false} | ||
module.exports = () => 'splitted chunk ids should be the same as webpack' |
2 changes: 1 addition & 1 deletion
2
webpack-test/configCases/split-chunks/chunk-filename-delimiter/test.filter.js
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 +1 @@ | ||
module.exports = () => {return false} | ||
module.exports = () => 'not support automaticNameDelimiter' |
2 changes: 1 addition & 1 deletion
2
webpack-test/configCases/split-chunks/custom-filename-function/test.filter.js
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 +1 @@ | ||
module.exports = () => {return false} | ||
module.exports = () => 'not support function type of splitChunks' |
1 change: 0 additions & 1 deletion
1
webpack-test/configCases/split-chunks/custom-filename-many-custom/test.filter.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
webpack-test/configCases/split-chunks/custom-filename/test.filter.js
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
webpack-test/configCases/split-chunks/entry-point-error/test.filter.js
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 +1 @@ | ||
module.exports = () => {return false} | ||
module.exports = () => 'should emit error if entry point and splitted chunk have the same name' |
1 change: 0 additions & 1 deletion
1
webpack-test/configCases/split-chunks/incorrect-chunk-reuse/test.filter.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
webpack-test/configCases/split-chunks/issue-11337/test.filter.js
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
webpack-test/configCases/split-chunks/issue-11513/test.filter.js
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 +1 @@ | ||
module.exports = () => {return false} | ||
module.exports = () => 'should support object type minSize' |
1 change: 0 additions & 1 deletion
1
webpack-test/configCases/split-chunks/issue-12307/test.filter.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
webpack-test/configCases/split-chunks/issue-8908/test.filter.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
webpack-test/configCases/split-chunks/issue-9491/test.filter.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
webpack-test/configCases/split-chunks/max-size-casing/test.filter.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
webpack-test/configCases/split-chunks/module-type-filter/test.filter.js
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
webpack-test/configCases/split-chunks/move-to-entrypoint/test.filter.js
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 +1 @@ | ||
module.exports = () => {return false} | ||
module.exports = () => 'jest node env blocks' |
2 changes: 1 addition & 1 deletion
2
webpack-test/configCases/split-chunks/no-options/test.filter.js
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 +1 @@ | ||
module.exports = () => {return false} | ||
module.exports = () => 'no js splitChunks plugin' |
1 change: 0 additions & 1 deletion
1
webpack-test/configCases/split-chunks/reuse-chunk-name/test.filter.js
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
webpack-test/configCases/split-chunks/runtime-chunk-async-node/test.filter.js
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 +1 @@ | ||
module.exports = () => {return false} | ||
module.exports = () => "hang by unknown reasons" |
1 change: 0 additions & 1 deletion
1
webpack-test/configCases/split-chunks/runtime-chunk-no-async/test.filter.js
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
webpack-test/configCases/split-chunks/runtime-chunk-node-13130/test.filter.js
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 +1 @@ | ||
module.exports = () => {return false} | ||
module.exports = () => "hang by unknown reasons" |
2 changes: 1 addition & 1 deletion
2
webpack-test/configCases/split-chunks/runtime-chunk-node/test.filter.js
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 +1 @@ | ||
module.exports = () => {return false} | ||
module.exports = () => "hang by unknown reasons" |
4 changes: 3 additions & 1 deletion
4
webpack-test/configCases/split-chunks/runtime-chunk/test.filter.js
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 +1,3 @@ | ||
module.exports = () => {return false} | ||
const { FilteredStatus } = require("../../../lib/util/filterUtil") | ||
|
||
module.exports = () => [FilteredStatus.PARTIAL_PASS, 'not have the same name for splitted chunk with webpack'] |
3 changes: 3 additions & 0 deletions
3
webpack-test/configCases/split-chunks/vendor-only-entrypoint/node_modules/vendor.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
webpack-test/configCases/split-chunks/vendor-only-entrypoint/test.filter.js
This file was deleted.
Oops, something went wrong.