webpack/test/configCases
Tobias Koppers 67d6c7a31b fix `.webpack[]` suffix to not execute rules 2021-10-08 13:56:39 +02:00
..
additional-pass/simple improve typings and test them in CI 2020-04-21 09:25:43 +02:00
amd/disabled improve typings and test them in CI 2020-04-21 09:25:43 +02:00
asset-emitted/normal make test cases to complete within tests 2021-07-08 12:19:12 +02:00
asset-modules allow to configure all hash functions used 2021-09-23 14:55:13 +02:00
asset-url add `parser.url: "relative"` option 2021-02-16 19:04:16 +01:00
assets/delete-asset update chunk to files mapping when deleting assets 2020-10-15 14:27:23 +02:00
async-commons-chunk make test cases to complete within tests 2021-07-08 12:19:12 +02:00
async-library add test for webpack#13995 2021-08-16 14:07:24 +09:00
cache-dependencies/managed-items disable unsafeCache in test case as changes won't be detected otherwise 2021-09-28 13:37:42 +02:00
chunk-graph/issue-9634 improve typings and test them in CI 2020-04-21 09:25:43 +02:00
chunk-index/order-multiple-entries make test cases to complete within tests 2021-07-08 12:19:12 +02:00
clean fix problems with compiling twice 2021-07-22 11:11:18 +02:00
code-generation update snapshots and deprecations 2020-08-04 13:58:10 +02:00
compiletime improve typings and test them in CI 2020-04-21 09:25:43 +02:00
concatenate-modules Fix module concatenation renaming bug 2021-02-19 12:08:21 +01:00
container allow to disable runtime chunk per entry via `runtime: false` 2021-07-05 11:32:45 +02:00
contenthash/include-chunk-id test more test cases for typings and fix typing bug 2020-04-21 09:25:55 +02:00
context-exclusion/simple improve typings and test them in CI 2020-04-21 09:25:43 +02:00
context-replacement test typings and fix type problems in loaders in the test suite 2021-04-22 21:48:47 +02:00
crossorigin/set-crossorigin improve typings and test them in CI 2020-04-21 09:25:43 +02:00
custom-hash-function/xxhash test more test cases for typings and fix typing bug 2020-04-21 09:25:55 +02:00
custom-modules test more test cases for typings and fix typing bug 2020-04-21 09:25:55 +02:00
custom-source-type/localization Revert "Revert "Merge pull request #12278 from xtuc/sven/import-assertions"" 2021-07-24 23:28:30 +01:00
deep-scope-analysis fix test cases 2020-11-28 18:10:28 +01:00
defaulter/immutable-config improve typings and test them in CI 2020-04-21 09:25:43 +02:00
delegated/simple improve typings and test them in CI 2020-04-21 09:25:43 +02:00
delegated-hash/simple improve typings and test them in CI 2020-04-21 09:25:43 +02:00
deprecations pretty files 2021-05-11 09:31:46 +02:00
devtools improve typings and test them in CI 2020-04-21 09:25:43 +02:00
dll-plugin test typings and fix type problems in loaders in the test suite 2021-04-22 21:48:47 +02:00
dll-plugin-entry improve typings and test them in CI 2020-04-21 09:25:43 +02:00
dll-plugin-format/0-create-dll improve typings and test them in CI 2020-04-21 09:25:43 +02:00
dll-plugin-side-effects improve typings and test them in CI 2020-04-21 09:25:43 +02:00
ecmaVersion test: fix 2020-11-02 19:20:48 +03:00
emit-asset improve typings and test them in CI 2020-04-21 09:25:43 +02:00
entry make test cases to complete within tests 2021-07-08 12:19:12 +02:00
errors catch errors thrown during parser/generation creation 2021-04-30 09:45:14 +02:00
externals improve test stability 2021-09-08 18:35:00 +02:00
filename-template output.chunkFilename can be a function 2020-09-25 16:03:05 +02:00
finish-modules/simple prettier 2020-11-26 10:52:55 +01:00
graph handle the case when execution order in a concatenated module is runtime-dependent 2020-10-29 17:53:56 +01:00
hash-length remove unnecessary comment 2020-09-17 10:41:16 +02:00
ignore improve typings and test them in CI 2020-04-21 09:25:43 +02:00
inner-graph avoid bailout of unused eval 2021-09-20 17:40:51 +02:00
issues fix handling of onChunksLoaded with prefetching 2021-07-16 18:11:29 +02:00
json/tree-shaking-default fix json related tree shaking and caching problems 2021-02-07 16:43:44 +01:00
layer/rules test typings and fix type problems in loaders in the test suite 2021-04-22 21:48:47 +02:00
library keep state of chunk loading during hmr updates 2021-08-16 13:50:43 +02:00
loader-import-module/css match resource should not include special `.webpack[...]` extension 2021-09-03 16:17:41 +02:00
loaders test typings and fix type problems in loaders in the test suite 2021-04-22 21:48:47 +02:00
mangle/mangle-with-object-prop add size optimization mode to `optimization.mangleExports` 2020-07-31 12:54:38 +02:00
module fix concatenation of module externals 2021-07-06 14:07:45 +02:00
module-name/different-issuers-for-same-module test typings and fix type problems in loaders in the test suite 2021-04-22 21:48:47 +02:00
no-parse improve typings and test them in CI 2020-04-21 09:25:43 +02:00
node/node-prefix add test case 2021-06-18 11:10:56 +02:00
optimization refactor startup logic to better integrate with libraries 2021-03-08 20:25:09 +01:00
output allow to specify `publicPath` for each entrypoint 2021-04-14 16:38:01 +02:00
output-module/simple add `module` library support, test and example 2021-06-23 14:49:14 +02:00
parsing optional modules will not fail the build when bail is set 2021-08-06 12:09:55 +02:00
performance test typings and fix type problems in loaders in the test suite 2021-04-22 21:48:47 +02:00
plugins fix `.webpack[]` suffix to not execute rules 2021-10-08 13:56:39 +02:00
process-assets/html-plugin pretty files 2021-05-11 09:31:46 +02:00
race-conditions/load-module test typings and fix type problems in loaders in the test suite 2021-04-22 21:48:47 +02:00
rebuild test typings and fix type problems in loaders in the test suite 2021-04-22 21:48:47 +02:00
records test typings and fix type problems in loaders in the test suite 2021-04-22 21:48:47 +02:00
resolve Add a test case for resolve.fallback 2021-03-06 12:27:28 -06:00
resolve-merging/override test typings and fix type problems in loaders in the test suite 2021-04-22 21:48:47 +02:00
resolving improvements 2021-04-19 11:53:11 +02:00
rule-set Merge branch 'master' into issue-13284 2021-05-17 16:22:54 +02:00
runtime allow to disable runtime chunk per entry via `runtime: false` 2021-07-05 11:32:45 +02:00
scope-hoisting update snapshots and deprecations 2020-08-04 13:58:10 +02:00
sharing accept truthy/falsy values for eager 2021-01-14 14:24:34 +01:00
side-effects fix subtraction of runtimes 2021-04-07 15:50:28 +02:00
simple test more test cases for typings and fix typing bug 2020-04-21 09:25:55 +02:00
source-map make test cases to complete within tests 2021-07-08 12:19:12 +02:00
split-chunks make test cases to complete within tests 2021-07-08 12:19:12 +02:00
split-chunks-common pretty files 2021-05-11 09:31:46 +02:00
target remove globalObject hack from test case 2020-08-28 11:27:33 +02:00
trusted-types normalize output.trustedTypes to an object 2021-05-10 10:34:21 +02:00
types/filesystems make filesystem types compatible with memfs and normal fs 2021-01-13 10:14:58 +01:00
utils/lazy-set improve typings and test them in CI 2020-04-21 09:25:43 +02:00
wasm enable experiments.importAsync by default 2020-08-04 00:47:08 +02:00
web add experiments.futureDefaults 2021-09-14 11:29:57 +03:00
worker upgrade filename runtime module to full hash module when referencing a full hash chunk 2021-09-02 10:29:59 +02:00