Commit Graph

2442 Commits

Author SHA1 Message Date
Sean Larkin 65a12dbc79 chore(test): removed accidentally generated test bundles 2016-12-07 17:22:14 +01:00
Sean Larkin 2b72cc9941 removed unneeded require for path 2016-12-07 17:22:13 +01:00
Sean Larkin a01578ab7d chore(performance): update schema description 2016-12-07 17:22:13 +01:00
Sean Larkin 774a89b583 feat(perfbudgets): added errorOnHint flag defaulting to false for opt-in 2016-12-07 17:22:13 +01:00
Sean Larkin 000dae1889 fix(tests): Updated tests across the board to work with perf budgets 2016-12-07 17:22:13 +01:00
Sean Larkin e360c8b7c8 fix(test): update test, fix asset type case, and formatting 2016-12-07 17:21:27 +01:00
Sean Larkin dd3c9f25b8 chore(lint): run npm beautify 2016-12-07 17:21:27 +01:00
Sean Larkin 4d89326368 chore(perfbudget): normalize error message indenation and readibility 2016-12-07 17:21:27 +01:00
Sean Larkin 9c337ffd81 chore(perfbudget): license updates 2016-12-07 17:21:26 +01:00
Sean Larkin bdc62243e4 chore(perfbudget): cleaned up visual display and statistics 2016-12-07 17:21:26 +01:00
Sean Larkin 9e8c5f86ea feat(perfbudgets): Add separate classes for warnings, logic rewrite for plugin 2016-12-07 17:21:26 +01:00
Sean Larkin fc85e639c0 chore(cleanup): refactored the emittedAssets Warning to be more modular 2016-12-07 17:21:25 +01:00
Sean Larkin 3fe1692e33 feat(chunk): added isAsync() function and additional NoAsyncChunks warning 2016-12-07 17:21:25 +01:00
Sean Larkin 5747eff8c9 fix(beautify): run npm beautify 2016-12-07 17:21:24 +01:00
Sean Larkin 0f0bdff0e1 fix(syntax): fixed edge case where assets do not exist, and added schema 2016-12-07 17:21:23 +01:00
Sean Larkin 2741098198 feat(perfbudget): creat initialAssetsCost with hardcoded limit 2016-12-07 17:21:22 +01:00
Sean Larkin e949aa1512 feat(perfbudgets): fixed issues with bad asset checking, and formatting 2016-12-07 17:21:22 +01:00
Vignesh Shanmugam 0084071dac fix value on the asset stats 2016-12-07 17:21:21 +01:00
Vignesh Shanmugam 7736ebe367 Add color information to stats based on bundle size 2016-12-07 17:21:20 +01:00
Vignesh Shanmugam d3f2927d77 normalize asset size and produce warnings for performance 2016-12-07 17:21:19 +01:00
Sean Larkin cbe2f06850 feat(perf): added initial setup for perf plugins, need to configure test cases and stats output based on perf props 2016-12-07 17:21:18 +01:00
Sean Larkin 52bfdab526 feat(perf): added initial setup for perf plugins, need to configure test cases and stats output based on perf props 2016-12-07 17:21:17 +01:00
Johannes Ewald c5f058bfc8 Merge pull request #3374 from webpack/add/json-support
Add JSON support
2016-12-07 17:01:35 +01:00
Johannes Ewald 56b9aabc22
Update examples and README to reflect that the json-loader is not required anymore 2016-12-07 11:44:12 +01:00
Johannes Ewald 993aeab5b1
Add support for .json files out of the box
See https://github.com/webpack/webpack/issues/3363
2016-12-07 11:43:47 +01:00
Tobias Koppers a1815f807a Merge pull request #3431 from inuscript/async-flag
change internal async variable name (CommonsChunkPlugin)
2016-12-07 09:56:01 +01:00
inuscript 4bf2ba46af revert this.async (avoid may breaking change) 2016-12-07 09:43:17 +09:00
inuscript d03203d260 change async variable name 2016-12-07 08:54:10 +09:00
Tobias Koppers 73886d5f1a Merge pull request #3426 from inuscript/patch-1
Fill available params on CommonsChunkPlugin deprecation notice
2016-12-07 00:10:44 +01:00
Tobias Koppers c07847dbd4 Merge pull request #3429 from webpack/bugfix/beautify
fixes beautify task
2016-12-07 00:10:20 +01:00
Tobias Koppers 73acc3b8af beautify missing files 2016-12-06 19:40:10 +01:00
Tobias Koppers 0d2e5c4f89 fixes beautify task 2016-12-06 19:37:35 +01:00
inuscript dcff8c833f Fill available params on Deprecation notice 2016-12-06 19:55:48 +09:00
Tobias Koppers fbb8920f2e Merge pull request #3419 from webpack/bugfix/import-export-order
insert import and exports in order
2016-12-05 00:34:10 +01:00
Tobias Koppers fe52cf7985 Merge pull request #3418 from webpack/bugfix/tree-shaking
improved tree shaking for star exports
2016-12-05 00:33:58 +01:00
Tobias Koppers a8740fd44c insert import and exports in order
fixes #3382
2016-12-04 23:51:33 +01:00
Tobias Koppers bfc1359a86 improved tree shaking for star exports
fixes #3415
2016-12-04 23:50:52 +01:00
Kees Kluskens 99396be94c Merge pull request #3417 from webpack/doc/template-update
add some note to the PR template
2016-12-04 21:17:42 +01:00
Tobias Koppers eae5eb7d14 add some note to the PR template 2016-12-04 18:19:06 +01:00
Sean Larkin 0674bc74ed Merge pull request #3413 from webpack/feature/import
added import(), fixes #3098
2016-12-03 14:23:12 -06:00
Tobias Koppers 11eefd5841 added import(), fixes #3098 2016-12-03 11:50:44 +01:00
Sean Larkin 1ad3a6f87a Merge pull request #3394 from andrewho83/patch-1
Update README.md
2016-11-29 19:22:57 -06:00
Andrew Ho 9aa8fbdfc1 Update README.md 2016-11-29 17:06:44 -08:00
Tobias Koppers 43173a7566 Merge pull request #3385 from webpack/bugfix/event-leak
fixes typo, fixes #3379
2016-11-28 17:20:08 +01:00
Tobias Koppers 287eb18076 fixes typo, fixes #3379 2016-11-28 16:57:01 +01:00
Tobias Koppers c356619bbe Merge pull request #3384 from uncleyo/exclude-with-loader
Unhide own modules when loader path matches exclude filter
2016-11-28 16:13:46 +01:00
Yuriy Ostapenko 76e10f3559 Do not exclude module from stats when loader path matches "exclude" filter (unhide module) 2016-11-28 14:36:39 +01:00
Yuriy Ostapenko 176db50f1f Do not exclude module from stats when loader path matches "exclude" filter (assert current behavior) 2016-11-28 14:35:12 +01:00
Tobias Koppers f4adee3e9d Merge pull request #3360 from webpack/bugfix/loader-options-remaining-request
fixes a bug in which complex options are not passed through chain
2016-11-23 22:28:45 +01:00
Tobias Koppers 3e86907891 Merge pull request #3349 from webpack/feature/query-match
added resourceQuery condition
2016-11-23 22:28:27 +01:00