webpack/test/configCases
alexander.akait c527251284 test: pure 2023-05-05 02:57:22 +03:00
..
additional-pass/simple
amd/disabled
asset-emitted/normal make test cases to complete within tests 2021-07-08 12:19:12 +02:00
asset-modules fix: handle `#hash` URL as external 2023-05-02 01:24:01 +03:00
asset-url add `parser.url: "relative"` option 2021-02-16 19:04:16 +01:00
assets/delete-asset add comments to infrastructure-log 2022-04-21 11:51:14 +03: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 fallback to normal snapshotting when managed path optimization fails 2021-11-15 17:08:48 +01:00
chunk-graph chore: fix eslint 2023-04-14 19:34:10 +03:00
chunk-index/order-multiple-entries chore: fix eslint 2023-04-14 19:34:10 +03:00
clean skip test on windows without admin 2021-11-15 10:31:33 +01:00
code-generation chore: fix eslint 2023-04-14 19:34:10 +03:00
compiletime chore: fix eslint 2023-04-14 19:34:10 +03:00
concatenate-modules chore: fix eslint 2023-04-14 19:34:10 +03:00
container test: add case for ModuleFederationPlugin usage with shareScope option 2023-04-08 08:12:35 +05:30
contenthash Merge pull request #16933 from scameron/deterministic-moduleids 2023-04-19 18:12:12 +03:00
context-exclusion/simple
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 fix: crossOriginLoading anonymous not work when loading styles 2023-04-07 10:46:48 +08:00
css test: pure 2023-05-05 02:57:22 +03:00
custom-hash-function/xxhash
custom-modules
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
delegated/simple
delegated-hash/simple chore: fix eslint 2023-04-14 19:34:10 +03:00
deprecations pretty files 2021-05-11 09:31:46 +02:00
devtools fix: eval-nosources-* still contains sourcesContent 2022-10-07 01:00:44 +08:00
dll-plugin chore: fix eslint 2023-04-14 19:34:10 +03:00
dll-plugin-entry
dll-plugin-format/0-create-dll
dll-plugin-side-effects
ecmaVersion fix node version for browserslist 2022-02-21 18:35:47 +03:00
emit-asset
entry chore: fix eslint 2023-04-14 19:34:10 +03:00
errors chore: fix eslint 2023-04-14 19:34:10 +03:00
externals chore: fix eslint 2023-04-14 19:34:10 +03: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 fix typo in resource-and-context-contextmodule 2021-04-11 12:09:49 +09:00
inner-graph chore: update cSpell globs and fix typos 2021-12-12 16:57:14 -05:00
issues chore: fix eslint 2023-04-14 19:34:10 +03: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 fix target expression 2022-01-10 14:33:34 +01:00
loader-import-module/css match resource should not include special `.webpack[...]` extension 2021-09-03 16:17:41 +02:00
loaders chore: fix eslint 2023-04-14 19:34:10 +03:00
managedPaths/futureDefaults fix managed paths regexp handling 2021-10-20 10:41:48 +02:00
mangle/mangle-with-object-prop add size optimization mode to `optimization.mangleExports` 2020-07-31 12:54:38 +02:00
module add importMeta to JavascriptParserOptions: 2022-01-27 22:54:47 +03: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
node/node-prefix add test case 2021-06-18 11:10:56 +02:00
optimization chore: fix eslint 2023-04-14 19:34:10 +03:00
output chore: fix eslint 2023-04-14 19:34:10 +03:00
output-module Merge branch 'main' into fix/consume-esm-bundled-library 2023-04-06 11:48:07 +03:00
parsing chore: fix eslint 2023-04-14 19:34:10 +03:00
performance chore: fix eslint 2023-04-14 19:34:10 +03:00
plugins chore: fix eslint 2023-04-14 19:34:10 +03:00
process-assets/html-plugin add comments to infrastructure-log 2022-04-21 11:51:14 +03: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: add a case for readRecords hook usage 2023-04-08 09:43:00 +05:30
require/module-require fix: detect `createRequire` when imported with `node:` prefix 2023-04-04 02:42:29 +03:00
resolve up enhanced-resolve 2022-04-13 12:46:46 +03: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 fix: oneOf rule has been picked multiple times 2022-11-15 15:17:11 +08: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 Merge pull request #16945 from snitin315/feat/url-deps-mf 2023-05-03 09:21:45 -07:00
side-effects fix subtraction of runtimes 2021-04-07 15:50:28 +02:00
simple
source-map chore: fix eslint 2023-04-14 19:34:10 +03:00
split-chunks chore: fix eslint 2023-04-14 19:34:10 +03:00
split-chunks-common chore: fix eslint 2023-04-14 19:34:10 +03:00
target chore: fix eslint 2023-04-14 19:34:10 +03:00
trusted-types Add option to continue on trusted-types policy-creation failure 2023-05-02 10:12:56 -07:00
types/filesystems make filesystem types compatible with memfs and normal fs 2021-01-13 10:14:58 +01:00
umd/issue-15545 support arrow function in umd 2022-03-18 18:58:50 +03:00
utils/lazy-set
wasm chore: fix eslint 2023-04-14 19:34:10 +03:00
web chore: fix eslint 2023-04-14 19:34:10 +03:00
worker chore: fix eslint 2023-04-14 19:34:10 +03:00