Tobias Koppers
|
180f5e541c
|
refactor to simpler way of extracting options from comments
|
2017-04-10 11:36:39 +02:00 |
Ma Cheng
|
83aeea8c46
|
Fix indentation
|
2017-04-09 17:10:06 +08:00 |
Ma Cheng
|
5ba77f9f7a
|
Merge branch 'master' into feature/import-chunk-name
|
2017-04-09 17:05:57 +08:00 |
Tobias Koppers
|
accc94cbea
|
Merge pull request #4679 from timse/rename-async-for-future-compatibility
Rename async for future compatibility
|
2017-04-09 10:08:57 +02:00 |
Tim Sebastian
|
db0dbc327b
|
rename async to make it future proof
|
2017-04-09 16:32:04 +10:00 |
Tim Sebastian
|
e6d39c0669
|
fix linting
|
2017-04-09 16:31:48 +10:00 |
Tim Sebastian
|
b857ad9aaf
|
rename variable for future compatibility
|
2017-04-09 13:51:59 +10:00 |
Tim Sebastian
|
bd18bc0f06
|
fixup eslint issues
|
2017-04-09 13:51:46 +10:00 |
Tim Sebastian
|
bf525bf5e8
|
rename variable for future compatibility
|
2017-04-09 13:50:05 +10:00 |
Tim Sebastian
|
0f07ddedca
|
fix lint issues
|
2017-04-09 13:49:37 +10:00 |
Tim Sebastian
|
f70eee5568
|
rename variable for future compatibility
|
2017-04-09 13:49:27 +10:00 |
Tim Sebastian
|
08961b1d07
|
fix lint issues
|
2017-04-09 13:46:23 +10:00 |
Tobias Koppers
|
84c639e13f
|
Merge pull request #4669 from timse/IgnorePluginHotfix
Ignore plugin hotfix - continuation of 4418
|
2017-04-09 00:58:46 +02:00 |
Tobias Koppers
|
39ed23f398
|
Merge pull request #4675 from webpack/refactor-test-Stats
Refactor test stats
|
2017-04-09 00:32:44 +02:00 |
Tim Sebastian
|
ebb82b73e7
|
fixup function to be able to use arguments
|
2017-04-09 00:20:40 +10:00 |
Tim Sebastian
|
e41c0f0485
|
remove unnecessary param
|
2017-04-08 23:42:10 +10:00 |
Tobias Koppers
|
7f850a68c6
|
allow dot in move command
|
2017-04-08 10:08:30 +02:00 |
Tobias Koppers
|
7a88488c1e
|
Merge pull request #4671 from webpack/bot/fix
fix espacing when moving issue
|
2017-04-08 10:06:27 +02:00 |
Tobias Koppers
|
59e537ba0f
|
fix espacing when moving issue
|
2017-04-08 09:50:10 +02:00 |
Tobias Koppers
|
54118cfddc
|
Merge pull request #4670 from webpack/bot/fix
fix bot script
|
2017-04-08 09:28:52 +02:00 |
Tobias Koppers
|
827edd5815
|
add spacing
|
2017-04-08 09:12:53 +02:00 |
Tobias Koppers
|
7ecbb04d0b
|
fix bot script
|
2017-04-08 09:11:52 +02:00 |
Tim Sebastian
|
926d94a54f
|
add tests for ignored context modules
|
2017-04-08 15:59:24 +10:00 |
Tim Sebastian
|
eae28fa56b
|
add test for ignored normal modules
|
2017-04-08 15:59:23 +10:00 |
Tim Sebastian
|
8ad4a2004e
|
unite logic for "normal-module-factory" and "context-module-factory"
|
2017-04-08 15:59:23 +10:00 |
Dean Coakley
|
c4835a48dd
|
Fix trailing space
|
2017-04-08 15:59:23 +10:00 |
Dean Coakley
|
2baa5c3367
|
Add regexp for IgnorePlugin
|
2017-04-08 15:59:23 +10:00 |
Tobias Koppers
|
b061e275ef
|
Merge pull request #4203 from alistairjcbrown/add-contextdependencytemplateasid-tests
Add tests for ContextDependencyTemplateAsId
|
2017-04-08 07:20:39 +02:00 |
Tobias Koppers
|
9cbc3852b0
|
Merge pull request #4667 from webpack/bot/features
move command and travis report
|
2017-04-08 06:16:38 +02:00 |
Tobias Koppers
|
4ccd984ece
|
add detailed travis report
add move command for issues
|
2017-04-07 19:20:20 +02:00 |
Tobias Koppers
|
e4a24bf650
|
Merge pull request #4069 from jharris4/master
Add error callback support to require.ensure
|
2017-04-07 18:12:43 +02:00 |
Tobias Koppers
|
85fd3c48d6
|
Merge pull request #4663 from webpack/bugfix/sponsors-inactive
Also display inactive sponsors and backers
|
2017-04-07 18:00:32 +02:00 |
Tobias Koppers
|
5105536c2c
|
Merge pull request #4664 from timse/make-paths-platform-agnostic-for-plugins
make paths for records agnostic of OS
|
2017-04-07 17:59:56 +02:00 |
Tim Sebastian
|
2bff188fa3
|
make paths for records agnostic of OS
|
2017-04-07 23:37:42 +10:00 |
Tobias Koppers
|
39b918bed5
|
Also display inactive sponsors and backers
This displays also one-time sponsors, not only sponsors that donate regulary.
|
2017-04-07 14:52:38 +02:00 |
jharris4
|
dca1190f9b
|
Add test for simulated chunk load error, as requested from code review (required a change to HotModuleReplacement.runtime.js to allow temporarily switching of the chunk loader function to work)
|
2017-04-07 07:50:17 -04:00 |
jharris4
|
0168882fd1
|
Change __webpack_require__.e to be assigned as a function property (e = fn() { ... }) instead of using Object.defineProperty. This allows it to be set/changed temporarily by tests, such as the test for issue-758.
|
2017-04-07 07:48:13 -04:00 |
Tobias Koppers
|
b405fc7a3a
|
Merge pull request #4654 from timse/fix-test-for-identifier-utils
move and fix tests
|
2017-04-07 09:49:30 +02:00 |
jharris4
|
f92f32572b
|
Move error callback parsing after the finally block to ensure that any dependencies in the error callback are not put into the chunk
|
2017-04-06 10:08:22 -04:00 |
jharris4
|
139d5abaa9
|
Update error callback named chunk tests to have unique/distinct query params and chunk names from other tests to ensure there is no contamination of other tests
|
2017-04-06 10:06:21 -04:00 |
Tobias Koppers
|
4269c00b09
|
Merge pull request #4655 from webpack/revert-3547-test/flanky-stable
Revert "make flanky test stable"
|
2017-04-06 15:07:10 +02:00 |
Tim Sebastian
|
34a279e599
|
move and fix tests
|
2017-04-06 22:40:12 +10:00 |
Tobias Koppers
|
74d4f36a0f
|
Revert "make flanky test stable"
|
2017-04-06 13:52:55 +02:00 |
Tobias Koppers
|
e0ae4c8535
|
Merge pull request #4650 from sendilkumarn/checkArrayExpectation
Refactor CheckArrayExpectation to ES6
|
2017-04-06 11:29:23 +02:00 |
Tobias Koppers
|
5dacac61a4
|
Merge pull request #4651 from sendilkumarn/refactor-wwmtp
refactoring WebWorkerMainTemplatePlugin.test.js to ES6
|
2017-04-06 11:27:30 +02:00 |
Sendil Kumar N
|
9a1e429682
|
fixing lint
|
2017-04-06 17:10:43 +08:00 |
Sendil Kumar N
|
3002bc2f0a
|
refactoring to ES6
|
2017-04-06 16:19:43 +08:00 |
Sendil Kumar N
|
364d4223cc
|
Refactor CheckArrayExpectation to ES6
|
2017-04-06 16:17:43 +08:00 |
Tobias Koppers
|
75efda9931
|
Merge pull request #3547 from webpack/test/flanky-stable
make flanky test stable
|
2017-04-06 08:52:46 +02:00 |
Ma Cheng
|
1fdf800f09
|
Merge branch 'master' into feature/import-chunk-name
|
2017-04-06 11:35:40 +08:00 |