Commit Graph

5516 Commits

Author SHA1 Message Date
Tobias Koppers edd8daf1d7 Merge branch 'master' into next
# Conflicts:
#	lib/optimize/ConcatenatedModule.js
#	package.json
#	yarn.lock
2018-02-09 17:04:33 +01:00
Tobias Koppers 4aca5acb3d
Merge pull request #6463 from alexnoz/patch-1
Fix typos
2018-02-09 14:38:37 +01:00
Tobias Koppers f135651709
Merge pull request #6455 from Connormiha/simplify-for-loop-entry-point
Simplify for loop in EntryPoint.getFiles
2018-02-09 11:32:30 +01:00
Tobias Koppers e5cbdd3730
Merge pull request #6456 from MagicDuck/eval_sourcemap_filter
EvalSourceMapDevToolPlugin: add ability to filter modules
2018-02-09 11:31:59 +01:00
Alex Nozdriukhin dcde5f4bd1 Fix typos 2018-02-09 19:25:22 +09:00
Stephan Badragan 59d9b9f8aa EvalSourceMapDevToolPlugin: add ability to filter which modules get sourcemapped
see: https://github.com/webpack/webpack/issues/6450
This is useful to filter out stuff you don't care about or stuff that's very
large and screws up with devtools.
2018-02-08 17:33:55 -08:00
Mihail Bodrov b84ac5bc11 Fix typo 2018-02-08 02:28:08 +03:00
Mihail Bodrov 80d2e22684 Simplify for loop in EntryPoint.getFiles 2018-02-08 01:11:21 +03:00
Tobias Koppers 605677563b
Merge pull request #6453 from webpack/hot_tests_timeout
Set Hot test cases timeout to 5s
2018-02-07 18:03:40 +01:00
Florent Cailhol f072fd2978 Set Hot test cases timeout to 5s 2018-02-07 10:44:15 +01:00
Tobias Koppers 313944891d
Merge pull request #6432 from webpack/bugfix/split-chunks-duplicate
fixes #6413
2018-02-06 09:14:12 +01:00
Sean Larkin 9df87ad3dc
Merge pull request #6394 from webpack/TheLarkInn-patch-1
Wrap default entry property in array
2018-02-06 08:01:41 +01:00
Tobias Koppers b50a5b61c4
Merge pull request #6384 from benthemonkey/next
Add "single" option to RuntimeChunkPlugin
2018-02-05 17:35:55 +01:00
Tobias Koppers 1de3d4838a
Merge pull request #6416 from kingdaro/removed-plugin-errors
feat: add helpful error messages for removed plugins
2018-02-05 17:33:43 +01:00
Tobias Koppers 4dd521f498 fixes #6413 2018-02-05 17:14:31 +01:00
Tobias Koppers b3f3100259
Merge pull request #6429 from webpack/fix-6426/ENAMETOOLONG
Truncate generated chunk name if too long
2018-02-05 09:16:19 +01:00
Tobias Koppers 23891b2bf3
Merge pull request #6425 from ruszki/feature/alterable-sourcemap-footer
Remove footer from source maps and eval
2018-02-05 09:14:36 +01:00
Tobias Koppers 0b3eabdf15
fix naming of file 2018-02-05 09:13:47 +01:00
Florent Cailhol 6ebdc6b309 Truncate generated chunk name if too long
Fixes #6426
2018-02-02 09:55:52 +01:00
kingdaro 722711a632 refactor(RemovedPluginError): extend WebpackError 2018-02-01 21:15:43 -05:00
ruszki 28288c82bd Remove unnecessary conditions 2018-02-01 19:36:55 +01:00
Ben Rothman 18c1e28da8 fix tests 2018-02-01 12:13:27 -06:00
Ben Rothman 5ee61f8910 add "multiple" string option for runtimeChunk config 2018-02-01 11:11:16 -06:00
Tobias Koppers e3244a7f10
Merge pull request #6382 from thibthib/next
Transform done hook into async
2018-02-01 18:01:22 +01:00
Tobias Koppers 9fde04d299 handle single option in options defaulter
change runtime chunk naming schema
2018-02-01 17:53:15 +01:00
Tobias Koppers 97d1a7bd06
Merge pull request #6404 from Hoten/feat-add-build-at
Add 'build at' time to webpack output
2018-02-01 17:32:37 +01:00
Tobias Koppers 9323ee6868
Merge pull request #6398 from addaleax/no-binding
Avoid relying on Node’s internals
2018-02-01 17:31:00 +01:00
Tobias Koppers 0350fcb68f
Merge pull request #6405 from franjohn21/feature/expose-output-path-in-stats-object
Expose output path in Stats object
2018-02-01 17:29:40 +01:00
Tobias Koppers 57c5e0e5eb
Merge pull request #6421 from webpack/module_context_arg
Pass 'context' as constructor argument
2018-02-01 17:27:05 +01:00
Tobias Koppers c7cbc3598c
Merge pull request #6430 from jbottigliero/update/ajv
update ajv + ajv-keywords
2018-02-01 17:09:52 +01:00
Tobias Koppers adcc1a53d6
Merge pull request #6431 from Connormiha/optimize-const-plugin
Remove needless includes
2018-02-01 17:07:13 +01:00
Francis John 02fabaf41c Update Stats.js 2018-01-31 20:17:31 -08:00
Francis John 0000f4e3cb Update Stats.unittest.js 2018-01-31 20:17:31 -08:00
Francis John f668785bed Add option in integration test 2018-01-31 20:17:30 -08:00
Francis John 99f100dae7 Add property to config schema 2018-01-31 20:17:30 -08:00
Francis John 1a7fff843d Fix test after rebase 2018-01-31 20:17:30 -08:00
Francis John 3e0baf8303 Expose output path in Stats object
https://github.com/webpack/webpack/issues/6373
2018-01-31 20:17:30 -08:00
Mihail Bodrov 52954228ee Remove needless includes 2018-02-01 02:59:08 +03:00
Joe Bottigliero 61b75b7ce6 update ajv + ajv-keywords
- updates to `ajv@6.1.0`
- updates to `ajv-keywords@3.1.0` (required for _better_ validation in webpack/webpack-cli#240)
2018-01-31 15:42:42 -06:00
Sean Larkin ec8ece44f7
Merge pull request #6423 from mmckeaveney/profiling-plugin-json-errors
fixed error with importing JSON with ProfilingPlugin
2018-01-30 17:40:39 -08:00
Connor Clark 5266a30808 add builtAt stats option. use locale string functions 2018-01-30 17:34:08 -08:00
ruszki e4fb2b3f0e Put sourceUrlComment to its own line 2018-01-31 00:56:47 +01:00
Martin McKeaveney 1a2d9360b4
Update ProfilingPlugin.js 2018-01-30 22:06:23 +00:00
ruszki 83f772a611 Remove footer from source maps and eval 2018-01-30 22:46:23 +01:00
Martin McKeaveney 6225acefbe fixed error with importing JSON with ProfilingPlugin 2018-01-30 21:40:24 +00:00
Anna Henningsen 8da8b93ed4 Work around Node environment variable bug
Work around https://github.com/nodejs/node/pull/18463 by
detecting the conditions under which the bug occurs and
performing a simple operation that resets the error state
if necessary.
2018-01-30 22:02:47 +01:00
Florent Cailhol 63b4523a15 Pass 'context' as constructor argument 2018-01-30 21:40:44 +01:00
kingdaro 97f5849e41 test(removed plugin errors): correct location/setup 2018-01-30 15:23:22 -05:00
kingdaro 96345c2487 fix style errors 2018-01-30 04:07:28 -05:00
kingdaro bfcee78d25 test: fixed removed plugin error case 2018-01-30 03:36:09 -05:00