Tobias Koppers
|
1e988a109b
|
Merge branch 'master' into feat/issue_11571
|
2021-01-18 16:54:26 +01:00 |
Tobias Koppers
|
e475ec3fb0
|
Merge pull request #12429 from webpack/feature/resolve-in-externals
|
2021-01-15 16:07:15 +01:00 |
Tobias Koppers
|
b6e349b018
|
offer getResolve to externals
improve types of externals configuration option
support promises in externals
|
2021-01-15 13:55:37 +01:00 |
Jaiwanth
|
8569b154b5
|
Added chunkModulesSpace to schema
|
2021-01-14 13:06:33 +05:30 |
Tobias Koppers
|
a945a9b62c
|
use typescript 4.2
|
2021-01-13 21:40:39 +01:00 |
Tobias Koppers
|
a2e326129c
|
make filesystem types compatible with memfs and normal fs
fixes #12400
|
2021-01-13 10:14:58 +01:00 |
Tobias Koppers
|
d2b9e69656
|
Merge pull request #12384 from Dico200/patch-1
Fix runtime type error in WatchIgnorePlugin
|
2021-01-12 08:12:05 +01:00 |
Tobias Koppers
|
58984b77cb
|
update type annotations
|
2021-01-11 22:15:31 +01:00 |
Tobias Koppers
|
32cea584b4
|
add resolve.preferAbsolute option
|
2021-01-11 16:38:15 +01:00 |
Tobias Koppers
|
87a0eef85c
|
separate index signatures from properties to generate valid typescript
|
2021-01-08 21:35:44 +01:00 |
Tobias Koppers
|
09862aacf8
|
add warning when invalid dependencies are reported by loaders/plugins
add automatic workaround for invalid dependencies
#12340
#12283
|
2021-01-07 13:31:16 +01:00 |
Tobias Koppers
|
dcf6449393
|
allow function for externals.byLayer
|
2021-01-06 11:14:23 +01:00 |
Tobias Koppers
|
10aa3daede
|
add experiments.layers
add layers to define different module layers
support module layers in stats
add layer support for NormalModules
fixes #11466
|
2021-01-05 20:50:59 +01:00 |
Tobias Koppers
|
aac7f2e619
|
allow to configure parsers and generators globally
get plugin schemas from root schema
normalize module.parser/generator
add test case
|
2021-01-05 12:08:30 +01:00 |
Tobias Koppers
|
6764e0694c
|
Merge pull request #12284 from jaiwanth-v/add-nestedModulesSpace-to-schema
Added nestedModulesSpace to schema and updated the types
|
2021-01-05 10:38:17 +01:00 |
Tobias Koppers
|
cd70878036
|
update description
|
2021-01-04 15:43:47 +01:00 |
Tobias Koppers
|
4d1f65906a
|
update types because of updated tooling
|
2021-01-04 12:07:34 +01:00 |
Jaiwanth
|
ee1fcf1255
|
Added nestedModulesSpace to schema and updated the types
|
2020-12-29 22:08:49 +05:30 |
Tobias Koppers
|
07fc323684
|
ignore cloned ExportInfo during hashing
|
2020-12-23 20:39:54 +01:00 |
Tobias Koppers
|
284eb60fc0
|
fix typings for `object` arguments
|
2020-12-18 13:52:27 +01:00 |
Tobias Koppers
|
b5b1f25ad2
|
improve typings for stats related hooks and classes
|
2020-12-17 18:51:55 +01:00 |
Tobias Koppers
|
ed4694dd9b
|
Merge pull request #12225 from webpack/bugfix/undefined-conditions
treat `undefined` equal to not existing in rules
|
2020-12-17 13:31:36 +01:00 |
Tobias Koppers
|
8acebd2ff5
|
treat `undefined` equal to not existing in rules
both are treated as empty string
|
2020-12-17 11:20:11 +01:00 |
Tobias Koppers
|
16d5c35b1e
|
reexport the schema validation function from schema-utils
|
2020-12-17 10:41:28 +01:00 |
Tobias Koppers
|
359b327f34
|
add missing argument to SourceMapSource
|
2020-12-17 10:27:18 +01:00 |
Tobias Koppers
|
745a583040
|
export WebpackError
|
2020-12-17 10:27:18 +01:00 |
Tobias Koppers
|
63dda151a2
|
expose Asset and AssetInfo types
allow custom properties in AssetInfo
|
2020-12-17 10:27:18 +01:00 |
Tobias Koppers
|
c24091f54d
|
matched value can be undefined in function rule condition
|
2020-12-16 18:29:36 +01:00 |
Tobias Koppers
|
4c288fead3
|
compile typings in strict mode to include undefined and null in types
|
2020-12-16 18:28:49 +01:00 |
Tobias Koppers
|
9563338d90
|
improve reading of cache file
|
2020-12-14 13:16:20 +01:00 |
Tobias Koppers
|
005bdbbefd
|
fix memory leak when using createReadStream
|
2020-12-14 11:06:15 +01:00 |
Tobias Koppers
|
c6311bae62
|
allow bigger cache sizes
|
2020-12-14 08:16:08 +01:00 |
Tobias Koppers
|
48571c663f
|
add selective runtime requirements from startup logic which doesn't prevent inlining modules
avoid using startup function for grab data from preexecuted chunks
|
2020-12-11 14:36:48 +01:00 |
Tobias Koppers
|
f76aa61d34
|
use simple output.pathinfo mode by default
cache simple pathinfo transformation in memory
|
2020-12-04 17:06:37 +01:00 |
Tobias Koppers
|
7cc206974c
|
upgrade typescript major version
|
2020-11-30 08:42:35 +01:00 |
Tobias Koppers
|
d46f945572
|
fix problem when HMR and different runtimes
allow HMR to work in WebWorkers too
|
2020-11-28 13:53:32 +01:00 |
Tobias Koppers
|
ccfe01aab4
|
allow to process assets that are added during processAssets
fix and add processAsset stages
allow to hook into RealContentHashPlugin for custom hashing
|
2020-11-26 14:00:21 +01:00 |
Tobias Koppers
|
eb5481adfb
|
Merge pull request #11948 from jantimon/fix/plugin-types
fixes "Type '(compiler: Compiler) => void' is not assignable to type '() => void'.ts"
|
2020-11-26 13:56:41 +01:00 |
Tobias Koppers
|
35363408c6
|
fix newly found eslint problems
|
2020-11-26 11:13:17 +01:00 |
Tobias Koppers
|
30b7137064
|
update dev dependencies
fix bug with optional types in typings
|
2020-11-26 10:48:16 +01:00 |
Tobias Koppers
|
dbea79cf8a
|
improve code and test case
|
2020-11-25 22:48:11 +01:00 |
Tobias Koppers
|
f32762ed69
|
fix #11990
|
2020-11-16 11:53:19 +01:00 |
Hiroki Osame
|
1422f2400d
|
docs(type): documented minimized property on asset-info
|
2020-11-11 01:15:35 -05:00 |
Jan Nicklas
|
d12b043c3d
|
fix: adjust typings to resolve "Type '(compiler: Compiler) => void' is not assignable to type '() => void'.ts
|
2020-11-09 14:54:40 +01:00 |
Tobias Koppers
|
48150a062e
|
update types
|
2020-11-03 15:35:43 +01:00 |
Tobias Koppers
|
18495151b8
|
handle the case when execution order in a concatenated module is runtime-dependent
fix #11863
|
2020-10-29 17:53:56 +01:00 |
Tobias Koppers
|
6762521773
|
upgrade tooling for improved array types
fixes #11801
fixes #11850
|
2020-10-28 20:51:08 +01:00 |
Tobias Koppers
|
e1b5a78a24
|
add optimization.sideEffects: "flag" and use this by default
analysing for side effects cause unnecessary changes in parent modules and we want to avoid that in development
|
2020-10-27 06:50:07 +01:00 |
Tobias Koppers
|
19f51535ca
|
merge multiple import statements with different conditions correctly
improve hashing when conditional runtime evaluation is involved
add test cases
|
2020-10-27 06:48:54 +01:00 |
Tobias Koppers
|
7661ad868a
|
generate code that executes depending on runtime
fixes #11770
|
2020-10-27 06:30:49 +01:00 |