alexander.akait
|
83185a4c68
|
chore: update types
|
2023-04-06 20:37:17 +03:00 |
long76
|
c5ac0d39c4
|
Merge branch 'main' into patch-1
|
2023-03-25 13:53:20 +03:00 |
Thomas Tay
|
f33c2b07d0
|
Merge branch 'webpack:main' into main
|
2023-03-22 15:27:50 +08:00 |
Thomas Tay
|
9e3f5bb0da
|
update snapshots and more special lint fix
|
2023-03-16 10:28:11 +08:00 |
Sean Larkin
|
796b51175c
|
Merge pull request #16805 from snitin315/fix/improve-source-types
Improve types for `webpack-sources` to match in webpack core.
|
2023-03-14 08:58:36 -07:00 |
Nitin Kumar
|
27b6dce48f
|
fix: improve types for `webpack-sources`
|
2023-03-11 08:20:02 +05:30 |
Adam Skoufis
|
5f34acfbc0
|
feat: Add `target` to `LoaderContext` type
|
2023-03-07 09:45:21 +11:00 |
Thomas Tay
|
7ef871b742
|
lint fix (somehow by version of Prettier adds this but on linux it doesn't???)
|
2023-01-27 12:05:33 -08:00 |
Thomas Tay
|
13be78b0b8
|
lint fixes
|
2023-01-25 13:09:47 -08:00 |
Thomas Tay
|
7a1ccea945
|
change json schema description
|
2023-01-25 12:28:15 -08:00 |
Thomas Tay
|
c188270d13
|
Merge branch 'webpack:main' into main
|
2023-01-25 12:06:59 -08:00 |
long76
|
8c20d74992
|
replace globalObject to amdContainer, add tests
|
2023-01-02 16:32:11 +03:00 |
long76
|
eb7eb0b9a4
|
fix types.d.ts
|
2023-01-01 16:34:43 +03:00 |
long76
|
d371a69e58
|
fix library options
|
2022-12-22 22:14:02 +03:00 |
Tobias Koppers
|
c18203c894
|
update tooling
|
2022-11-09 12:31:59 +01:00 |
Thomas Tay
|
895df2a5a1
|
Worker public path changes
|
2022-10-21 16:30:43 -07:00 |
Aur Saraf
|
4e387ef01f
|
update submodule origin
|
2022-08-31 04:16:08 +03:00 |
Tobias Koppers
|
9fcaa24357
|
Merge pull request #15746 from jdanil/fix/experiments-css-override
fix: allow normalised experiments css value to be false
|
2022-07-26 12:27:29 +02:00 |
Tobias Koppers
|
d4cab5b6f7
|
Merge pull request #16077 from webpack/fix-scheme
fix webpack scheme
|
2022-07-25 09:12:44 +02:00 |
Ivan Kopeykin
|
767f7414cf
|
fix webpack scheme
|
2022-07-21 19:16:24 +03:00 |
Barak Igal
|
e3f6702055
|
feat: export HarmonyImportDependency and generate types
|
2022-07-10 09:25:56 +03:00 |
Ivan Kopeykin
|
1857792032
|
fix normalization
|
2022-07-09 03:23:21 +10:00 |
Joshua David
|
e5dc89e53f
|
fix: allow normalised experiments css value to be false
|
2022-07-09 03:23:21 +10:00 |
Ivan Kopeykin
|
c19b216ab8
|
enhanced-resolve@5.10.0
|
2022-06-29 15:33:07 +03:00 |
Ivan Kopeykin
|
c82dc1eee4
|
Merge branch 'main' into support-create-require
# Conflicts:
# declarations/WebpackOptions.d.ts
# lib/config/defaults.js
# schemas/WebpackOptions.check.js
# schemas/WebpackOptions.json
# test/Defaults.unittest.js
# test/__snapshots__/Cli.basictest.js.snap
# types.d.ts
|
2022-05-10 13:48:43 +03:00 |
Tobias Koppers
|
e2df0ddd92
|
Merge pull request #15494 from webpack/feature/global-options-for-dynamic-import
add parser options for dynamic import
|
2022-05-10 12:44:52 +02:00 |
Bakon
|
7270ea5f4e
|
Exporting PathData type definition
|
2022-05-01 13:12:42 +02:00 |
Tobias Koppers
|
c38caa2d82
|
Merge pull request #15515 from webpack/feat/concatenate-assets
add asset modules concatenation
|
2022-04-04 16:04:20 +02:00 |
Ivan Kopeykin
|
19d1a9384e
|
fix lint and tests
|
2022-04-04 13:17:46 +03:00 |
David Tanner
|
4f2adf9d02
|
Allow banner to be placed as a footer
|
2022-04-01 12:29:34 -06:00 |
Ivan Kopeykin
|
8df5134ddb
|
support context
|
2022-03-31 15:10:21 +03:00 |
Ivan Kopeykin
|
3b6328c07a
|
Merge branch 'main' into support-create-require
|
2022-03-28 17:29:13 +03:00 |
Ivan Kopeykin
|
ee911c6aae
|
add createRequire javascript parser option
|
2022-03-28 17:16:31 +03:00 |
Ivan Kopeykin
|
cf5fc90082
|
support context in Dependency
|
2022-03-25 17:01:48 +03:00 |
Ivan Kopeykin
|
34c4edca6b
|
add createRequire support
|
2022-03-25 10:50:13 +03:00 |
Tobias Koppers
|
86a8bd9618
|
Merge pull request #15455 from webpack/feature/support-in-operator
add "in" operator support
|
2022-03-17 11:17:39 +01:00 |
Ivan Kopeykin
|
3f1715f8d8
|
generate only needed source types
- in ConcatenatedModule generate only js
- in NormalModule generate only used sources
|
2022-03-17 13:00:39 +03:00 |
Ivan Kopeykin
|
3ec8a60f67
|
add ability to set module source types in chunk
|
2022-03-16 09:23:33 +03:00 |
Tobias Koppers
|
5cc3a39109
|
Merge pull request #15327 from webpack/fix/dont-count-optional-chaining-in-import-specifier
dont count optional chaining in import specifier
|
2022-03-15 16:56:06 +01:00 |
Ivan Kopeykin
|
5a9ead926a
|
fix discussion
|
2022-03-15 16:47:07 +03:00 |
Ivan Kopeykin
|
b2fc854227
|
fix parser.evaluteExpression api
|
2022-03-15 15:37:17 +03:00 |
Ivan Kopeykin
|
62d50bad4b
|
add parser options for dynamic import
- add dynamicImportMode for ContextModule
- add dynamicImportPrefetch for prefetch order
- add dynamicImportPreload for preload order
|
2022-03-09 10:27:02 +03:00 |
Tobias Koppers
|
0d685d4e0b
|
Merge pull request #15413 from cool-little-fish/fix-15274
fix: use relative path in source map for context module
|
2022-03-08 08:07:54 +01:00 |
Tobias Koppers
|
870fcadfd0
|
Merge pull request #15423 from webpack/fix/issue-15409
Fix resolving with yield
|
2022-03-03 14:53:56 +01:00 |
Ivan Kopeykin
|
f51e099a2d
|
add parserOptions.importMetaContext option
|
2022-03-03 13:22:21 +03:00 |
Ivan Kopeykin
|
eb5d124150
|
add "in" operator support
|
2022-03-02 15:01:35 +03:00 |
Ivan Kopeykin
|
005e065fc4
|
renaming
|
2022-02-28 22:52:16 +03:00 |
Tobias Koppers
|
d77b8dd01e
|
Merge pull request #14857 from webpack/fix-14839
fix asset module hash
|
2022-02-28 12:42:35 +01:00 |
Aleen
|
f05009b698
|
support to specify the `buildHttp.proxy` for `HttpUrlPlugin`
|
2022-02-26 23:20:36 +08:00 |
Ivan Kopeykin
|
e819c06ec2
|
up enhanced-resolve version
|
2022-02-26 15:49:44 +03:00 |