webpack/test/configCases
alexander.akait ca0f1e82ed test: fix 2024-04-02 17:40:26 +03:00
..
additional-pass/simple
amd/disabled
asset-emitted/normal Update test cases 2024-02-01 11:23:05 -08:00
asset-modules fix: handle `#hash` URL as external 2023-05-02 01:24:01 +03:00
asset-url
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
async-module/environment-not-support-async-warning fix: add warning for async external 2024-01-16 10:25:30 +08:00
cache-dependencies fallback to normal snapshotting when managed path optimization fails 2021-11-15 17:08:48 +01:00
chunk-graph add test 2024-02-09 15:16:54 +08:00
chunk-index fix: wrongly calculate postOrderIndex 2024-03-14 15:20:56 +08:00
clean test: added 2023-12-29 18:41:06 +03:00
code-generation test: avoid extra output 2024-03-13 18:29:53 +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 chore: improve eslint configuration 2024-01-13 16:35:31 +03:00
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: fix 2024-04-02 17:40:26 +03:00
custom-hash-function merge with main 2023-05-09 12:16:32 -07:00
custom-modules test: refactor 2024-03-15 17:47:07 +03:00
custom-source-type/localization Update test cases 2024-02-01 11:23:05 -08:00
deep-scope-analysis
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 test: fix 2024-03-12 13:03:06 +03:00
dll-plugin chore: throw error when dllplugin needs to generate multiple manifest files but the path config is incorrect. 2024-03-18 01:14:08 +08:00
dll-plugin-entry chore: fix lint 2024-01-14 07:26:25 +05:30
dll-plugin-format/0-create-dll
dll-plugin-side-effects chore: fix lint 2024-01-14 07:26:25 +05:30
ecmaVersion test: fix 2024-03-25 16:07:02 +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 test: fix 2024-03-15 20:02:49 +03:00
filename-template
finish-modules/simple
graph
hash-length
ignore fix typo in resource-and-context-contextmodule 2021-04-11 12:09:49 +09:00
inner-graph Fix typos 2024-02-19 16:46:07 +00:00
issues test: use production 2024-02-14 18:11:21 +03:00
json/tree-shaking-default
layer test: fixed 2023-06-16 00:39:16 +03: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 test: stability 2024-03-13 19:12:18 +03:00
loaders-and-plugins-falsy/basic chore: update lock files and extra test 2023-06-14 18:25:39 +03:00
managedPaths/futureDefaults fix managed paths regexp handling 2021-10-20 10:41:48 +02:00
mangle (test) Clarify unit test for xxx.yyy.canMangle 2024-03-25 15:14:03 -07: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 refactor: improve check 2024-03-21 16:58:57 +03:00
output-module Merge branch 'main' into feature-14072 2024-01-09 02:59:32 +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 Fix typos 2024-02-19 16:46:07 +00:00
process-assets/html-plugin chore: udpate prettier to v3 2024-01-14 07:11:34 +05:30
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: refactor 2024-03-15 17:47:07 +03:00
require/module-require fix: detect `createRequire` when imported with `node:` prefix 2023-04-04 02:42:29 +03:00
resolve test: fix 2024-03-11 15:35:30 +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 fix: strictModuleErrorHandling not exist on output options 2023-12-04 19:52:44 +08:00
scope-hoisting
sharing chore: improve eslint configuration 2024-01-13 16:35:31 +03:00
side-effects add test case 2023-08-21 00:41:23 -04:00
simple
source-map chore: fix eslint 2023-04-14 19:34:10 +03:00
split-chunks chore: improve eslint configuration 2024-01-13 16:35:31 +03:00
split-chunks-common chore: fix eslint 2023-04-14 19:34:10 +03:00
target fix: non amd externals 2023-07-06 20:33:30 +08:00
trusted-types Add option to continue on trusted-types policy-creation failure 2023-05-02 10:12:56 -07:00
types/filesystems refactor: code 2024-03-05 17:40:46 +03: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 test: more 2024-03-25 16:48:46 +03:00
worker test: added 2024-01-23 18:04:00 +03:00