webpack/test/configCases
Tobias Koppers 38de0dbf4e allow to specify `publicPath` for each entrypoint 2021-04-14 16:38:01 +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 improve typings and test them in CI 2020-04-21 09:25:43 +02:00
asset-modules remove `output.assetModulePublicPath` as it would be redundant to `module.generator.asset.publicPath` 2021-03-22 15:05:50 +01: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 improve typings and test them in CI 2020-04-21 09:25:43 +02:00
cache-dependencies/managed-items add test case 2020-09-20 19:44:25 +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 analyse source code for side effects 2020-10-06 14:10:29 +02:00
clean refactor to read directories in parallel 2021-02-02 18:49:45 +01: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 Merge branch 'master' into #11419 2020-09-17 20:33:48 +08: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 avoid removing relative path for absolute module directories in context 2020-08-03 13:55:21 +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 improve typings and test them in CI 2020-04-21 09:25:43 +02: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 add warning when invalid dependencies are reported by loaders/plugins 2021-01-07 13:31:16 +01:00
devtools improve typings and test them in CI 2020-04-21 09:25:43 +02:00
dll-plugin flag modules in dlls without entryOnly with side-effects to keep them 2020-12-15 16:38:20 +01: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 allow to place runtime outside of the output path 2021-03-16 13:07:58 +01:00
errors fix crash when all modules of an entrypoint fail resolving and another entrypoint dependOn it 2021-02-10 15:40:11 +01:00
externals fix: prefer provided external over built-in 2021-03-02 13:11:31 +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 improve typings and test them in CI 2020-04-21 09:25:43 +02:00
inner-graph fix #12669 2021-02-14 19:43:39 +01:00
issues cleanup asset processing 2020-05-22 10:39:21 +02:00
json/tree-shaking-default fix json related tree shaking and caching problems 2021-02-07 16:43:44 +01:00
layer/rules allow function for externals.byLayer 2021-01-06 11:14:23 +01:00
library Merge pull request #12907 from webpack/bugfix/assign-library-runtime-chunk 2021-03-16 20:54:25 +01:00
loader-import-module/css capture module assets when using executeModule 2021-04-12 12:27:55 +02:00
loaders test more test cases for typings and fix typing bug 2020-04-21 09:25:55 +02:00
mangle/mangle-with-object-prop add size optimization mode to `optimization.mangleExports` 2020-07-31 12:54:38 +02:00
module/runtime-chunk only return result of startup when needed 2021-01-18 19:21:12 +01:00
module-name/different-issuers-for-same-module improve typings and test them in CI 2020-04-21 09:25:43 +02:00
no-parse improve typings and test them in CI 2020-04-21 09:25:43 +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
parsing add commonjsMagicComments options 2021-01-20 20:19:49 +01:00
performance improve typings and test them in CI 2020-04-21 09:25:43 +02:00
plugins compute chunk roots correctly when using transitive connections 2021-01-11 18:14:24 +01:00
process-assets/html-plugin fix triggering processAssets for some assets twice 2020-12-10 17:40:12 +01:00
race-conditions/load-module improve typings and test them in CI 2020-04-21 09:25:43 +02:00
rebuild ensure all successful compiled modules are persistent cached 2021-02-23 15:36:53 +01:00
records make ConfigTestCases templated to allow extending 2020-06-02 12:30:39 +02:00
resolve Add a test case for resolve.fallback 2021-03-06 12:27:28 -06:00
resolve-merging/override fix test case 2020-10-23 10:00:58 +02:00
resolving add resolve.preferAbsolute option 2021-01-11 16:38:15 +01:00
rule-set treat `undefined` equal to not existing in rules 2020-12-17 11:20:11 +01:00
runtime improve typings and test them in CI 2020-04-21 09:25:43 +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 simplify the testcase 2020-11-07 15:10:12 +00:00
split-chunks enforce side-effects on async entries similar to normal entrypoints 2021-02-10 16:23:36 +01:00
split-chunks-common fix: avoid duplicate chunks in template's chunkLoadingGlobal #12128 2020-12-07 00:12:31 +08:00
target remove globalObject hack from test case 2020-08-28 11:27:33 +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 fix problem with startup of non-js initial chunks 2021-03-14 19:54:50 +01:00
worker improve parsing to handle non-literal options 2021-03-12 12:09:02 +01:00