Commit Graph

8147 Commits

Author SHA1 Message Date
Tobias Koppers c5f033a18a update splitChunks defaults for automatic async max size 2018-12-30 16:23:51 +01:00
Tobias Koppers 762155dc2d 5.0.0-alpha.3 2018-12-29 18:13: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 983c2616ec 4.28.3 2018-12-29 12:55:39 +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
Tobias Koppers 510abf79b9
Merge pull request #8565 from NaviMarella/ProfilingPlugin_8503
Fixed error in Profiling Plugin, if given folder path doesn't exist.
2018-12-29 10:40:12 +01: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
Navi Marella 5b5f1d49b6 Made changes as requested 2018-12-28 08:21:17 -07:00
Tobias Koppers 0ed58f42ea
Merge pull request #8570 from webpack/feature/serialization_api
Expose the serialization API
2018-12-28 16:01:55 +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 80f67573a1 Expose API types 2018-12-28 14:48:18 +01:00
Tobias Koppers 157cbfc9d3
Merge pull request #8569 from webpack/bugfix/stats-named-chunk-groups
filter entrypoints from namedChunkGroups in Stats only for printing
2018-12-28 14:24:46 +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
Florent Cailhol f05af4a4a7 Use serialization API instead of ObjectMiddleware 2018-12-28 13:54:10 +01:00
Florent Cailhol e06a808763 Expose the serialization API 2018-12-28 13:21:19 +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
Tobias Koppers cf793c4a42
Merge pull request #8564 from webpack/refactor/caching-got
remove memory cache from FileCachePlugin
2018-12-28 12:23:26 +01:00
Tobias Koppers df12fd812e
Merge pull request #8566 from webpack/tests/stats_namedChunkGroups
Add namedChunkGroups tests
2018-12-28 12:14:57 +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
Tobias Koppers 77c2e61a31 remove memory cache from FileCachePlugin
support layers of caches
2018-12-27 20:57:54 +01:00
Tobias Koppers 3b344f2474
Merge pull request #8559 from darrelfrancis/darrelfrancis-patch-1-readme
Fix minor typos, improve clarity of README
2018-12-27 12:46:21 +01:00
Jahred Hope 3a4f01b9de Allow MultiStats to be called with no options 2018-12-27 21:21:26 +11:00
darrelfrancis e2abdaec74
Fix minor typos, improve clarity of README
This is done via the template.md file which is used to build README.md
2018-12-27 07:14:01 +00:00
Tobias Koppers 88f0e18e64 5.0.0-alpha.2 2018-12-26 11:33:13 +01: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 2ad7b30bea
Merge pull request #8553 from webpack/bugfix/fullhash
Use fullhash to avoid deprecation warning
2018-12-25 22:17:17 +01:00
Tobias Koppers 3639f4acf5
Merge pull request #8552 from webpack/bugfix/stats-json
fix incorrect default for some options with all: false
2018-12-25 22:15:12 +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
Tobias Koppers 224586445c Fix regexp to support fullhash 2018-12-25 20:59:33 +01:00
Tobias Koppers 781398355a
Use fullhash to avoid deprecation warning 2018-12-25 20:10:49 +01:00
Tobias Koppers ce95525017
Merge pull request #8546 from fscherwi/update-vm-browserify
remove vm-browserify
2018-12-25 19:58:50 +01:00
Mihail Bodrov 09890ce3b4 Update test for windows path 2018-12-25 13:34:48 +03:00
Tobias Koppers fe393fbb4e
add removed vm-browserify hint 2018-12-25 10:10:34 +01:00
fscherwi 6a15c838ad remove vm-browserify 2018-12-24 12:16:57 +01:00
Tobias Koppers 90a0866efc 5.0.0-alpha.1 2018-12-23 21:23:52 +01: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
Tobias Koppers a84de283b2 avoid printing undefined when there is no chunk reason 2018-12-23 10:04:22 +01:00
Tobias Koppers 5c81bc1ce3 add preset option to schema 2018-12-23 10:04:19 +01:00
Tobias Koppers 7ffcc98487 Merge tag 'v4.28.2' into next
4.28.2
2018-12-23 09:58:52 +01:00
fscherwi cad9041edb update vm-browserify 2018-12-22 19:48:08 +01:00