Tim Sebastian
|
c6a8891367
|
fix tests
|
2017-02-25 00:13:42 +11:00 |
Tim Sebastian
|
1b328d1af0
|
we can no longer evaluate the typeof to System as this would break the polyfill
|
2017-02-25 00:13:33 +11:00 |
Tobias Koppers
|
343cdc7310
|
Merge pull request #4364 from webpack/feature/add_codacy_coverage
feat(coverage): add codacy generation to scripts for travis
|
2017-02-24 10:08:05 +01:00 |
Tobias Koppers
|
94d22339ae
|
Merge pull request #4366 from webpack/bugfix/dynamic-property-name
walk variable patterns for parsed stuff
|
2017-02-24 10:07:30 +01:00 |
Tobias Koppers
|
9e89c0301b
|
Merge pull request #4365 from webpack/dep-update
update yarn lockfile
|
2017-02-23 23:53:55 +01:00 |
Tobias Koppers
|
ba31ced756
|
Merge pull request #4367 from webpack/ci/disable-benchmark
disable benchmarking
|
2017-02-23 23:34:18 +01:00 |
Tobias Koppers
|
53eba78c3e
|
benchmarking is too unstable
disable it for now, wait for bench.ci
|
2017-02-23 23:31:51 +01:00 |
Tobias Koppers
|
4e87a92b7d
|
Merge pull request #4356 from timse/fix-system-js-issue-4329
add "buildin" system.js and inject as dependency instead of evaluating to raw object
|
2017-02-23 23:24:46 +01:00 |
Tobias Koppers
|
591a7307d9
|
fix test cases for prototype-less timestamps object
|
2017-02-23 23:18:26 +01:00 |
Tobias Koppers
|
3d12e55f26
|
updated stats because of external change
|
2017-02-23 23:08:34 +01:00 |
Tobias Koppers
|
21aa837eb2
|
walk variable patterns for parsed stuff
fixes #4357
|
2017-02-23 23:06:05 +01:00 |
Tobias Koppers
|
deba389841
|
update yarn lockfile
|
2017-02-23 22:33:27 +01:00 |
Sean Larkin
|
e6251a3c17
|
feat(coverage): add codacy generation to scripts for travis
|
2017-02-23 14:56:16 -06:00 |
Tim Sebastian
|
f411f09614
|
add "buildin" system.js and inject as dependency instead of evaluating to raw object
|
2017-02-23 21:40:57 +11:00 |
Tobias Koppers
|
e618bdc6c8
|
Merge pull request #4310 from timse/cleanup-commons-chunk-plugin
Cleanup commons chunk plugin
|
2017-02-22 22:54:50 +01:00 |
Tobias Koppers
|
8a787c388c
|
Merge pull request #4337 from sendilkumarn/refactor-5
Refactor(ES6): EvalSourceMapDevToolModuleTemplatePlugin
|
2017-02-22 22:53:51 +01:00 |
Tobias Koppers
|
d3e5805272
|
Merge pull request #4334 from sendilkumarn/refactor-3
Refactor(ES6): Provide/ Progress Plugin / Options Apply / Null Factory
|
2017-02-22 15:51:00 +01:00 |
Tobias Koppers
|
57825153e5
|
Merge pull request #4305 from rrharvey/feature/multi-entry-cli
allow mutli-file entry via CLI
|
2017-02-22 15:03:52 +01:00 |
Tobias Koppers
|
479a0a4b7b
|
Merge pull request #4189 from webpack/feature/child-plugins
child compiler features
|
2017-02-22 15:01:08 +01:00 |
Tobias Koppers
|
05181151bf
|
Merge pull request #4307 from timse/refactor-externalmodule-to-es6
Refactor externalmodule to es6
|
2017-02-22 15:00:36 +01:00 |
Tobias Koppers
|
109750f276
|
Merge pull request #4323 from sendilkumarn/refactor-fmtp
refactor(es6): FunctionModuleTemplatePlugin
|
2017-02-22 14:28:54 +01:00 |
Tobias Koppers
|
f66439e2b7
|
Merge pull request #4336 from willmendesneto/refactor-harmony-modules-helpers
refactor(HarmonyModulesHelpers): upgrade to ES6
|
2017-02-22 14:28:34 +01:00 |
Tobias Koppers
|
ebf33fa61e
|
Merge pull request #4317 from jquense/add-resolver-context
Add resolver result to module callback
|
2017-02-22 14:22:18 +01:00 |
Tim Sebastian
|
35e3c8495d
|
add test cases for min-size
|
2017-02-22 23:02:17 +11:00 |
Will Mendes
|
929a4d057e
|
refactor(HarmonyModulesHelpers): upgrade to ES6
|
2017-02-22 22:33:56 +11:00 |
Tobias Koppers
|
fbf84d51f2
|
allow to apply plugins to child compiler
allow to match on compiler name in rules
#4177
|
2017-02-22 11:49:49 +01:00 |
Tim Sebastian
|
28b4972d53
|
replace `chunk.hasRuntime` with `chunk.parents.length === 0`
see https://github.com/webpack/webpack/pull/4310\#discussion_r102400692
|
2017-02-22 21:38:45 +11:00 |
Tim Sebastian
|
59ea80ff9a
|
remove `chunk.isInitial` constraint before moving blocks
|
2017-02-22 21:35:50 +11:00 |
Tim Sebastian
|
e1ea0a717c
|
implement review feedback
|
2017-02-22 21:32:31 +11:00 |
SendilKumar N
|
b423a15724
|
Refactor(ES6): EvalSourceMapDevToolModuleTemplatePlugin
|
2017-02-22 18:27:02 +08:00 |
SendilKumar N
|
a9ae64a6c9
|
Refactor(ES6): Lint fixes
|
2017-02-22 16:12:24 +08:00 |
SendilKumar N
|
2a76e5ae6b
|
Refactor(ES6): Null Factory
|
2017-02-22 16:01:17 +08:00 |
SendilKumar N
|
0cb0bad1d9
|
Refactor(ES6) : OptionsApply
|
2017-02-22 15:59:58 +08:00 |
SendilKumar N
|
3e22f61bf1
|
Refactor(ES6): ProgressPlugin
|
2017-02-22 15:57:56 +08:00 |
SendilKumar N
|
a2c5d79b8a
|
Refactor(ES6): ProvidePlugin
|
2017-02-22 15:47:14 +08:00 |
Tobias Koppers
|
045219e531
|
Merge pull request #4322 from sendilkumarn/refactor-ww2
Refactor webworker var -> const changes
|
2017-02-22 08:32:50 +01:00 |
Tobias Koppers
|
0fd1ddd094
|
replace let with const
|
2017-02-22 08:32:01 +01:00 |
Tobias Koppers
|
f4c04d8f98
|
Merge pull request #4325 from sendilkumarn/refactor-2
Refactor(ES6) WebpackOptionsApply / sizeFormatHelpers / RecordsIdsPlugin
|
2017-02-22 08:30:38 +01:00 |
Tobias Koppers
|
0f9ddc389d
|
Merge pull request #4330 from sergiorojasa/refactor-lib-MultiModuleFactory
Refactor(ES6): MultiModuleFactory.js
|
2017-02-22 08:30:01 +01:00 |
Sergio Rojas
|
4ab24a5beb
|
Update MultiModuleFactory.js
|
2017-02-21 11:17:24 -08:00 |
Sergio Rojas
|
9405cf2768
|
Update MultiModuleFactory.js
|
2017-02-21 11:13:40 -08:00 |
Sergio Rojas
|
3a13061a61
|
Refactor(ES6): MultiModuleFactory.js
|
2017-02-21 10:51:12 -08:00 |
SendilKumar N
|
ef9c564668
|
Refactor(ES6): RecordsIdsPlugin
|
2017-02-21 22:13:09 +08:00 |
SendilKumar N
|
aaab1837e5
|
Refactor(es6): sizeFormatHelpers
|
2017-02-21 21:52:40 +08:00 |
SendilKumar N
|
4500b10140
|
refactor(es6): WebpackOptionsApply
|
2017-02-21 21:49:15 +08:00 |
Tim Sebastian
|
018ca1ad2c
|
improve comments
|
2017-02-22 00:13:21 +11:00 |
Tim Sebastian
|
61ce0f79c1
|
apply review feedback
|
2017-02-22 00:13:21 +11:00 |
Tim Sebastian
|
cc1636f141
|
make variable and method names clearer
|
2017-02-22 00:13:20 +11:00 |
Tim Sebastian
|
efa8b52293
|
use children option instead of `selectedChunks === false`
|
2017-02-22 00:13:20 +11:00 |
Tim Sebastian
|
5838f56d0f
|
correct comment
|
2017-02-21 23:47:55 +11:00 |