sort by:
Revision Author Date Message Commit Date
dd3c9f2 chore(lint): run npm beautify 07 December 2016, 16:21:27 UTC
4d89326 chore(perfbudget): normalize error message indenation and readibility 07 December 2016, 16:21:27 UTC
9c337ff chore(perfbudget): license updates 07 December 2016, 16:21:26 UTC
bdc6224 chore(perfbudget): cleaned up visual display and statistics 07 December 2016, 16:21:26 UTC
9e8c5f8 feat(perfbudgets): Add separate classes for warnings, logic rewrite for plugin 07 December 2016, 16:21:26 UTC
fc85e63 chore(cleanup): refactored the emittedAssets Warning to be more modular 07 December 2016, 16:21:25 UTC
3fe1692 feat(chunk): added isAsync() function and additional NoAsyncChunks warning 07 December 2016, 16:21:25 UTC
5747eff fix(beautify): run npm beautify 07 December 2016, 16:21:24 UTC
0f0bdff fix(syntax): fixed edge case where assets do not exist, and added schema 07 December 2016, 16:21:23 UTC
2741098 feat(perfbudget): creat initialAssetsCost with hardcoded limit 07 December 2016, 16:21:22 UTC
e949aa1 feat(perfbudgets): fixed issues with bad asset checking, and formatting 07 December 2016, 16:21:22 UTC
0084071 fix value on the asset stats 07 December 2016, 16:21:21 UTC
7736ebe Add color information to stats based on bundle size 07 December 2016, 16:21:20 UTC
d3f2927 normalize asset size and produce warnings for performance 07 December 2016, 16:21:19 UTC
cbe2f06 feat(perf): added initial setup for perf plugins, need to configure test cases and stats output based on perf props 07 December 2016, 16:21:18 UTC
52bfdab feat(perf): added initial setup for perf plugins, need to configure test cases and stats output based on perf props 07 December 2016, 16:21:17 UTC
c5f058b Merge pull request #3374 from webpack/add/json-support Add JSON support 07 December 2016, 16:01:35 UTC
56b9aab Update examples and README to reflect that the json-loader is not required anymore 07 December 2016, 10:44:12 UTC
993aeab Add support for .json files out of the box See https://github.com/webpack/webpack/issues/3363 07 December 2016, 10:43:47 UTC
a1815f8 Merge pull request #3431 from inuscript/async-flag change internal async variable name (CommonsChunkPlugin) 07 December 2016, 08:56:01 UTC
4bf2ba4 revert this.async (avoid may breaking change) 07 December 2016, 00:43:17 UTC
d03203d change async variable name 06 December 2016, 23:54:10 UTC
73886d5 Merge pull request #3426 from inuscript/patch-1 Fill available params on CommonsChunkPlugin deprecation notice 06 December 2016, 23:10:44 UTC
c07847d Merge pull request #3429 from webpack/bugfix/beautify fixes beautify task 06 December 2016, 23:10:20 UTC
73acc3b beautify missing files 06 December 2016, 18:40:10 UTC
0d2e5c4 fixes beautify task 06 December 2016, 18:37:35 UTC
dcff8c8 Fill available params on Deprecation notice 06 December 2016, 10:55:48 UTC
fbb8920 Merge pull request #3419 from webpack/bugfix/import-export-order insert import and exports in order 04 December 2016, 23:34:10 UTC
fe52cf7 Merge pull request #3418 from webpack/bugfix/tree-shaking improved tree shaking for star exports 04 December 2016, 23:33:58 UTC
a8740fd insert import and exports in order fixes #3382 04 December 2016, 22:51:33 UTC
bfc1359 improved tree shaking for star exports fixes #3415 04 December 2016, 22:50:52 UTC
99396be Merge pull request #3417 from webpack/doc/template-update add some note to the PR template 04 December 2016, 20:17:42 UTC
eae5eb7 add some note to the PR template 04 December 2016, 17:19:06 UTC
0674bc7 Merge pull request #3413 from webpack/feature/import added import(), fixes #3098 03 December 2016, 20:23:12 UTC
11eefd5 added import(), fixes #3098 03 December 2016, 10:50:44 UTC
1ad3a6f Merge pull request #3394 from andrewho83/patch-1 Update README.md 30 November 2016, 01:22:57 UTC
9aa8fbd Update README.md 30 November 2016, 01:06:44 UTC
43173a7 Merge pull request #3385 from webpack/bugfix/event-leak fixes typo, fixes #3379 28 November 2016, 16:20:08 UTC
287eb18 fixes typo, fixes #3379 28 November 2016, 15:57:01 UTC
c356619 Merge pull request #3384 from uncleyo/exclude-with-loader Unhide own modules when loader path matches exclude filter 28 November 2016, 15:13:46 UTC
76e10f3 Do not exclude module from stats when loader path matches "exclude" filter (unhide module) 28 November 2016, 13:36:39 UTC
176db50 Do not exclude module from stats when loader path matches "exclude" filter (assert current behavior) 28 November 2016, 13:35:12 UTC
f4adee3 Merge pull request #3360 from webpack/bugfix/loader-options-remaining-request fixes a bug in which complex options are not passed through chain 23 November 2016, 21:28:45 UTC
3e86907 Merge pull request #3349 from webpack/feature/query-match added resourceQuery condition 23 November 2016, 21:28:27 UTC
f9e57d9 Merge pull request #3210 from lunasofia/new_add_nonce added nonce capability 23 November 2016, 21:27:50 UTC
5a4e39f added nonce capability change expected outputs of stats cases so they match new output added nonce test to browser tests 23 November 2016, 20:53:56 UTC
991e361 Merge pull request #3362 from kborchers/patch-1 Update copyright statement 23 November 2016, 17:14:38 UTC
569bbcc Update copyright statement 23 November 2016, 16:42:22 UTC
01b84a2 Merge pull request #3351 from webpack/ci/parts split linting and testing into travis jobs 23 November 2016, 13:19:15 UTC
d97b328 improve coverage 23 November 2016, 11:12:32 UTC
efa3fc0 added resourceQuery condition added function use to schema 23 November 2016, 11:12:32 UTC
7a5f2da enable fast finish to finish build without waiting for OSX builds 23 November 2016, 11:11:39 UTC
b77bdee split linting and testing into travis jobs 23 November 2016, 11:11:38 UTC
5f9dd3c fixes a bug in which complex options are not passed through chain 23 November 2016, 11:11:07 UTC
e3865e0 Merge pull request #3352 from webpack/TheLarkInn-patch-2 chore(readme) add more backer 'slots' 23 November 2016, 11:09:50 UTC
8bcf7ba Merge pull request #3358 from webpack/bugfix/node-libs don't shim shims and update node-libs 23 November 2016, 11:08:59 UTC
8da6f6c don't shim shims and update node-libs 23 November 2016, 10:31:24 UTC
d527605 Update README.md Added more backer slots 22 November 2016, 21:02:51 UTC
d2a5464 Merge pull request #3343 from Kovensky/valid-jsdoc Add descriptions for valid JSDoc 21 November 2016, 16:25:56 UTC
c176612 Add descriptions for valid JSDoc 21 November 2016, 14:38:56 UTC
72eeaf1 Merge pull request #3341 from Kovensky/eslint-more-rules More eslint rules 21 November 2016, 01:15:58 UTC
0170568 Merge pull request #3297 from Kovensky/template-strings Implement support for template strings in System.import 21 November 2016, 01:14:56 UTC
24c2866 Add more eslint rules 21 November 2016, 00:08:55 UTC
d5a7cf3 Update code to pass lint 21 November 2016, 00:08:54 UTC
e361d4e Use eslint:recommended rules, disable some 21 November 2016, 00:08:54 UTC
8ffc447 Add extra brackets 20 November 2016, 23:37:22 UTC
e9697cb Refactor regexp quoting 20 November 2016, 23:37:22 UTC
de44175 Refactor Parser additions 20 November 2016, 23:37:22 UTC
ebd6af2 Support basic template string simplification 20 November 2016, 23:37:22 UTC
268f6b9 Pretend template is a string if it resolves to a constant 20 November 2016, 23:37:22 UTC
5be77b3 Inline the TemplateElement evaluations 20 November 2016, 23:37:22 UTC
b2f771f Also do the context replaces in the TemplateAsId template 20 November 2016, 23:37:22 UTC
36d5aae Improve tests, check AMD and CommonJS too 20 November 2016, 23:37:22 UTC
da5c735 Add implementation 20 November 2016, 23:37:22 UTC
52d8fbc Add test cases 20 November 2016, 23:37:22 UTC
684dbc6 Merge pull request #3339 from Kovensky/remove-eclint Disable and remove eclint 20 November 2016, 12:46:40 UTC
8dfded5 Disable and remove eclint It causes false positives, and the checks it does are already covered by the other linters anyway. 20 November 2016, 11:41:59 UTC
49f0897 Merge pull request #3337 from webpack/allow-boolean-in-externals Allow use of booleans in the `externals` option 19 November 2016, 17:44:47 UTC
0ddf5fd Allow use of booleans in the `externals` option Fixes #3299 19 November 2016, 15:47:40 UTC
82a6898 Merge pull request #3323 from webpack/improved-issue-templates Make issue template easier to understand 18 November 2016, 03:26:50 UTC
a655c63 Small tweak to relevant info asked 17 November 2016, 20:19:52 UTC
969a1b5 Simplify PR template even more Also removes the checkboxes 17 November 2016, 20:13:42 UTC
d29f662 Make issue template easier to understand [skip ci] With the current issue template, people often won't know what to remove exactly. With the new template, users only have to fill in the questions and optionally can remove the hints. Since the hints are HTML comments, they won't appear in the issue. Inspired by Yarn's great issue template: https://raw.githubusercontent.com/yarnpkg/yarn/master/.github/ISSUE_TEMPLATE.md 17 November 2016, 19:50:18 UTC
027c5a8 Merge pull request #3305 from webpack/bugfix/for-3159 fixes #3159 17 November 2016, 11:59:54 UTC
1142d05 Merge pull request #3302 from webpack/feature/opt-in-exp-handling added strictModuleExceptionHandling option 17 November 2016, 07:35:27 UTC
fe67901 Merge pull request #3303 from webpack/bugfix/cli `--module-bind` automatically appends `-loader` 17 November 2016, 07:35:17 UTC
4e73265 Merge pull request #3304 from webpack/test/for-issue-3235 add test cases for #3235 17 November 2016, 07:35:04 UTC
bb65f1d Merge pull request #3306 from webpack/ci/windows [WIP] fix the appveyor build 17 November 2016, 07:33:16 UTC
add345e Merge pull request #3314 from jfsiii/patch-1 Update `-loader`error message 17 November 2016, 07:33:01 UTC
eb3c5db fix the appveyor build 16 November 2016, 13:45:24 UTC
52d7c41 fixes #3159 16 November 2016, 13:02:33 UTC
e4dfd20 add test cases for #3235 16 November 2016, 12:47:03 UTC
712a914 `--module-bind` automatically appends -loader fixes browsertests 16 November 2016, 12:32:16 UTC
26d7bbb Merge pull request #3272 from zcfan/master Change absolute path returned by getPathToModule() to relative path 16 November 2016, 12:11:45 UTC
b87bfc0 added strictModuleExceptionHandling option fixes #1729 16 November 2016, 12:09:38 UTC
a58ce33 Merge pull request #3293 from webpack/feature/readme Updated README with new donation info 16 November 2016, 11:19:19 UTC
270f6fd Updated README with new donation info 16 November 2016, 10:01:09 UTC
0f69d67 Update `-loader`error message `-loader` is a suffix, not a prefix. A prefix goes at the beginning of a word, and a suffix goes at the end. 16 November 2016, 00:05:43 UTC
adaca25 2.1.0-beta.27 15 November 2016, 19:00:47 UTC
18ea85d Merge pull request #3263 from webpack/fix/indexed-import fixes indexed import 15 November 2016, 16:44:25 UTC
back to top