Sean Larkin
fbfa969e60
update tests and snapshot
2019-01-22 09:41:23 -08:00
Tobias Koppers
9181283029
fix newlines
2019-01-15 17:10:54 +01:00
Tobias Koppers
78cee8b319
simplify regexp
...
[^()]+\(?.*\)? is equal to .*
2019-01-15 15:14:03 +01:00
Tobias Koppers
4d87fffad3
include loc in snapshots
2019-01-15 15:09:52 +01:00
Steven Hargrove
e6864e4ac6
support windows for snapshot
2019-01-12 22:35:19 -05:00
Steven Hargrove
82b7428a4c
rewrite errors tests, cleanup, update snapshots
2019-01-12 22:35:12 -05:00
Steven Hargrove
e6afd236c4
added tests for swallowed loader errors, fixed another swallowed error
2019-01-11 19:14:49 -05:00
Sean Larkin
8038555903
Merge pull request #8611 from smikula/better-reasons
...
Report originally resolved module as part of reasons
2019-01-11 12:23:13 -08:00
Scott Mikula
c1e330b800
Add a secondary sort for reasons by resolvedOriginModule
2019-01-11 10:07:37 -08:00
Scott Mikula
d649429a8f
Report resolved module earlier in reason line
2019-01-11 09:44:51 -08:00
Scott Mikula
2b6cf7e16e
Revert "Simplify module-reasons test case"
...
This reverts commit db710c957f
.
2019-01-11 09:41:06 -08:00
Scott Mikula
db710c957f
Simplify module-reasons test case
2019-01-10 14:02:47 -08:00
Scott Mikula
943165119e
Update snapshot again
2019-01-10 12:13:51 -08:00
Tobias Koppers
4f2a214fc0
Merge pull request #8612 from webpack/bugfix/max-stack-compilation
...
add process.nextTick to avoid long recursion in callbacks
2019-01-10 21:03:36 +01:00
Scott Mikula
07f8140201
Only include resolvedModule in toString output if different, plus tests
2019-01-10 11:47:49 -08:00
Tobias Koppers
0f7355e170
Merge tag 'v4.28.4' into next
...
4.28.4
2019-01-10 16:51:17 +01:00
Tobias Koppers
61a096049d
add process.nextTick to avoid long recursion in callbacks
2019-01-10 16:41:30 +01:00
Tobias Koppers
4492c30ac4
Update watching system to report more timing info to webpack
...
Add snapshotting feature to FileSystemInfo for better performance
2019-01-09 14:42:54 +01:00
Tobias Koppers
ef9e25d8ea
report dependencies from resolver to the compilation
...
refactor NormalModuleFactory
2019-01-08 15:14:25 +01:00
Tobias Koppers
f196886f31
Enable node.global by default
2019-01-08 14:37:13 +01:00
Daniel Ruf
af01643288
Increase Jest timeout for profiling plugin test
2019-01-02 10:34:41 +01:00
Tobias Koppers
b2c5f8dc90
remove size difference for wasm modules because of the additional dependency
2018-12-31 12:36:29 +01:00
Tobias Koppers
b5db48291b
add caching to FlagDependencyExportsPlugin
2018-12-31 12:29:01 +01:00
Tobias Koppers
faefdc0bed
expose exports in LibManifestPlugin
...
use StaticExportsDependency in DelegatedModule
2018-12-31 12:28:55 +01:00
Florent Cailhol
41948853a0
Use StaticExportsDependency to define WASM exports
2018-12-31 12:28:53 +01:00
Tobias Koppers
50d63602b5
fix stats assetsByChunkName
...
It's now always an array
2018-12-31 09:15:01 +01:00
Tobias Koppers
ccc7db79ba
Merge pull request #8401 from shahkashani/fix-for-issue-8398
...
Fix for #8398 - call failed-hook on compilation errors
2018-12-30 18:28:48 +01:00
Tobias Koppers
6dd1c9dbb7
Merge pull request #8575 from webpack/feature/split-chunks-single-file
...
add ability to load dependent chunks for non-web targets
2018-12-29 18:10:38 +01:00
Tobias Koppers
b241549d31
Merge tag 'v4.28.3' into next
...
4.28.3
2018-12-29 12:59:56 +01:00
Tobias Koppers
f446bf8a9b
add ability to load dependent chunks for non-web targets
...
This allows to use `splitChunks` for initial chunks in i. e. node and webworker targets
2018-12-29 12:48:59 +01:00
Steven Hargrove
6240cf61f4
added config test case for optimization.minimizer
2018-12-29 06:32:47 -05:00
Navi Marella
01281184d9
Modified Tests as suggested.
2018-12-28 16:21:24 -07:00
Tobias Koppers
e4d8eaf225
Merge pull request #8572 from webpack/update_terser
...
Update terser to make it compatible with v5
2018-12-28 19:13:24 +01:00
Tobias Koppers
5306c92916
Merge pull request #8571 from webpack/fix/hash_deprecation_notices
...
Use fullhash instead of hash in tests
2018-12-28 16:01:17 +01:00
Florent Cailhol
bc3c3d9dd5
Update terser to make it compatible with v5
2018-12-28 14:16:46 +01:00
Florent Cailhol
e9cb04efca
Use fullhash instead of hash
2018-12-28 14:09:35 +01:00
Tobias Koppers
3079886e47
filter entrypoints from namedChunkGroups in Stats only for printing
2018-12-28 12:57:38 +01:00
Tobias Koppers
2601febc6c
Merge pull request #8561 from jahredhope/multi-stats-no-options
...
Allow MultiStats to be called with no options
2018-12-28 12:32:01 +01:00
Florent Cailhol
e85d9d8447
Add namedChunkGroups tests
2018-12-28 09:56:11 +01:00
Navi Marella
eb960cc616
Fixed Profiling Output path for creating a folder, if it doesn't exists.
2018-12-27 16:02:43 -07:00
Jahred Hope
3a4f01b9de
Allow MultiStats to be called with no options
2018-12-27 21:21:26 +11:00
Tobias Koppers
ccad043bc2
Merge pull request #8547 from Connormiha/optimize-absolute-to-path
...
Optimize absoluteToRequest
2018-12-26 11:32:41 +01:00
Tobias Koppers
2143bd6519
Reduce number of allocations
...
Hoist RegExp
Avoid creating array object
Avoid join
Fast case for request without query
improve test cases
fixes a bug where query was omitted with multiple query separators
2018-12-26 11:13:44 +01:00
Tobias Koppers
a49c417988
Merge pull request #8554 from webpack/bugfix/serialize-null-prototype
...
allow serializing of objects with null prototype
2018-12-25 22:53:45 +01:00
Tobias Koppers
44663f8c67
allow serializing of objects with null prototype
2018-12-25 22:08:35 +01:00
Tobias Koppers
b3319a486d
fix incorrect default for some options with all: false
2018-12-25 21:39:25 +01:00
Mihail Bodrov
09890ce3b4
Update test for windows path
2018-12-25 13:34:48 +03:00
Mihail Bodrov
972d9bf8cb
Optimize absoluteToRequest
2018-12-23 15:30:28 +03:00
Tobias Koppers
026b7079a2
Merge pull request #8543 from webpack/bugfix/preset-in-schema
...
improvements to stats
2018-12-23 10:45:32 +01:00
Tobias Koppers
12436bf53e
add chunkRelations to stats config
2018-12-23 10:04:23 +01:00