Commit Graph

3085 Commits

Author SHA1 Message Date
Mihail Bodrov ee22d498fe Compute identifier in context module in constructor 2018-03-24 19:02:30 +01:00
Mihail Bodrov 8c11da5219 Save identifier module after first getting 2018-03-23 00:53:26 +03:00
howdy39 d628f90075 Add end of statement semicolon 2018-03-21 14:48:08 +09:00
Tobias Koppers 3024078e1e
Merge pull request #6788 from byzyk/fix/6779
fix: Chunks is not iterable when using source maps with ProfilingPlugin
2018-03-20 13:17:19 +01:00
Tobias Koppers cda226a333 handle reexporting json default export correctly
fixes #6700
2018-03-20 11:10:05 +01:00
Tobias Koppers d061aba750 fix ProfilingPlugin 2018-03-20 10:11:30 +01:00
EugeneHlushko 422236f0c4 fix(bug) #5964 convert MS into S for scripts timeout attr 2018-03-18 13:44:32 +02:00
byzyk ae18a5ab52 fix: default chunks to context when no context passed 2018-03-18 12:35:17 +04:00
Tobias Koppers 4428efe48e
Merge pull request #6674 from chuckdumont/work
Make AMD parser modules extensible again
2018-03-18 09:34:37 +01:00
chuckd 2b40491c00 Code review changes 2018-03-16 12:57:57 -04:00
Tobias Koppers 4bbe7f8498
Merge pull request #6739 from deanshub/hmr-es5
reverting the HMR plugin runtime to use ES5
2018-03-15 08:15:47 +01:00
Tobias Koppers c65fb74a26
Merge pull request #6736 from mc-zone/improvment/performance-falsy-at-non-web-target
Make the `performance` default to false while at non-web target. Close #6715
2018-03-14 11:52:34 +01:00
Tobias Koppers 12b3751604
Merge pull request #6691 from acupofspirt/master
Prevent webpack from running twice at a time
2018-03-14 10:38:26 +01:00
Tobias Koppers 977bdb932b
Merge pull request #6750 from byzyk/fix/6726
fix: make excludeModules accept booleans
2018-03-14 10:35:42 +01:00
Tobias Koppers 3dabc4390b
Merge pull request #6738 from rhysd/fix-typos
Fix typos
2018-03-14 10:34:19 +01:00
byzyk 0f65643a42 fix: wrap bool with function to pass tests 2018-03-14 11:12:01 +04:00
byzyk 13b80be3ba fix: make excludeModules accept booleans 2018-03-14 09:52:16 +04:00
Sean Larkin 19ebed9527
Merge pull request #6678 from niieani/profiling-race
fix(ProfilingPlugin): complete after the writeStream had finished flushing the data to the filesystem
2018-03-13 10:19:34 -07:00
mc-zone 2ecd323a38 Adjusting the default of performance; improve tests to cover different mode and target. 2018-03-13 23:48:33 +08:00
Maksim ccc32d31bf Remove unnecessary handler wrapper 2018-03-13 13:16:39 +03:00
Maksim ea6e173551 Move concurrent compilation error to separate class 2018-03-13 13:10:42 +03:00
Dean Shub eff1f8ff8d sticking to prettier's standards 2018-03-13 11:52:02 +02:00
Dean Shub fcf634c819 reverting the HMR plugin runtime to use ES5 2018-03-13 11:27:07 +02:00
rhysd 81e47b6eaf Fix typos 2018-03-13 18:05:58 +09:00
mc-zone 7c0c1a089e Options: default performance to false if not the web/webworker target(#6715) 2018-03-12 21:16:01 +08:00
Manuel Bauer 771bf859a6 Added chunkFilenameDelimiter option for SplitChunksPlugin: Fixed test issue 2018-03-12 10:32:46 +01:00
Manuel Bauer bda8d52810 Added chunkFilenameDelimiter option for SplitChunksPlugin: Applied requested changes 2018-03-12 10:07:31 +01:00
Manuel Bauer 085d2885e4 Added chunkFilenameDelimiter option for SplitChunksPlugin: Added tests and fixed code style 2018-03-09 14:27:19 +01:00
Manuel Bauer ddb78d7c0a Added chunkFilenameDelimiter option for SplitChunksPlugin: Fixed Typo 2018-03-09 10:29:58 +01:00
Manuel Bauer b803c649ee Added chunkFilenameDelimiter option for SplitChunksPlugin: Fixed parameter 2018-03-09 10:28:21 +01:00
Manuel Bauer 36db321e9c Added chunkFilenameDelimiter option for SplitChunksPlugin 2018-03-09 10:12:23 +01:00
Bazyli Brzóska bd043f8e26 fix lint 2018-03-07 21:09:09 +01:00
Bazyli Brzóska cdeffb39b0 fix(ProfilingPlugin): only expose the end method of fsStream 2018-03-07 20:28:14 +01:00
Tobias Koppers 4d68350128 fix bug where modules are put into the wrong chunk
fixes #6696
2018-03-07 15:39:43 +01:00
Maksim 9f60f50644 Prevent multi compiler from running twice at a time 2018-03-07 13:45:38 +03:00
Maksim 44e02f46d6 Wrap callback in watcher's close method 2018-03-07 12:15:46 +03:00
Maksim 60a5edc48d Wrap callback in compiler's run method 2018-03-07 12:14:51 +03:00
Maksim Nazarjev 07c1f6d86f Prevent webpack from running twice at a time 2018-03-07 00:56:31 +03:00
Tobias Koppers 8a59ef79b3
Merge pull request #6689 from webpack/bugfix/issue-6688
fix #6688
2018-03-06 21:49:21 +01:00
Tobias Koppers edbb6f64bd
Merge pull request #6670 from SimenB/patch-1
Use 2-digit format for day and month in "built at" output
2018-03-06 15:10:39 +01:00
Tobias Koppers 800e7f967b fix #6688 2018-03-06 15:03:33 +01:00
Tobias Koppers c54df369b5
Merge pull request #6609 from marcalexiei/configuration-version-error
Fix version in configuration error messages
2018-03-06 12:30:55 +01:00
Tobias Koppers 4f399322ad
Merge pull request #6641 from tmilloff/master
Fix #6634
2018-03-06 12:25:19 +01:00
Florent Cailhol f9e7a17666 Escape module names 2018-03-06 09:24:07 +01:00
Bazyli Brzóska 883088e521 fix(ProfilingPlugin): complete after the writeStream had finished flushing the data to the filesystem
Fixes a race-condition where `events.json` might not yet be available immediately after compilation.
2018-03-05 22:49:32 +01:00
Jason Milloff 57c6c4323c Add requested changes from PR comments 2018-03-05 11:45:20 -05:00
chuckd c86cc80c0c Remove erronious this.parser assignments in apply methods 2018-03-05 11:10:46 -05:00
Tobias Koppers ae2ae4e504
Merge pull request #6640 from clarkdo/module-assets
fix: module assets is in buildInfo
2018-03-05 16:31:17 +01:00
chuckd 2428b14ab3 Fix linter error 2018-03-05 10:22:38 -05:00
chuckd 1b37115e4b Make AMD parser modules extensible 2018-03-05 09:51:36 -05:00