Commit Graph

4781 Commits

Author SHA1 Message Date
EugeneHlushko f14c301dba Improvement: Ensure util.depracation use for deprecation warnings 2017-11-20 12:02:10 +02:00
Tobias Koppers ad9b957474
Merge pull request #5980 from bschlenk/amd-arrow-functions
Handle amd define with arrow function
2017-11-20 09:28:49 +01:00
EugeneHlushko 61d91f5b75 Improvement: Ensure respect for --no-deprecation flag when adding non util.depracation warnings to console output 2017-11-19 18:58:07 +02:00
Brian Schlenker 28f2ffe7f9 Add test for all amd arrow function cases & fix errors
Wrap interpolated functions in parenthesis so they work for both regular
functions and arrow functions. Add amd arrow function tests and prevent
from running through uglifyjs.
2017-11-18 22:45:00 -08:00
Tobias Koppers 3526ddaf97
Merge pull request #5981 from webpack/lint/bugfix-schema-lint
fix an issue with schemas in subdirectories
2017-11-18 21:53:01 +01:00
Tobias Koppers 73a4c76246 fix an issue with schemas in subdirectories
allow id property
2017-11-18 21:03:45 +01:00
Brian Schlenker 007b14eb10 Handle amd define with arrow function 2017-11-18 10:33:48 -08:00
Tobias Koppers dd47437a27
Merge pull request #5955 from hardfist/patch-1
fix typo&& wrong links in examples/README.md
2017-11-17 10:28:41 +01:00
Tobias Koppers 6f04e3aae7
Merge pull request #5967 from webpack/lint/schema
add linting for schemas
2017-11-16 14:28:08 +01:00
Tobias Koppers 00a980825a
Remove unneeded code lines 2017-11-16 13:56:34 +01:00
Tobias Koppers e481ea53fd add linting for schemas
add missing descriptions in schema
2017-11-16 13:15:15 +01:00
Tobias Koppers d8b28cd266
Merge pull request #5961 from tusharf5/master
ES5 var to let and const
2017-11-15 21:34:01 +01:00
Tushar Sharma a163cad8f2 eslint fixes 2017-11-15 14:08:44 +05:30
Tushar Sharma ee84d788dd vars to lets and const 2017-11-15 13:58:45 +05:30
hardfist 08e26b9d2a
fix typo&& wrong links in examples/README.md 2017-11-14 20:43:27 +08:00
Tobias Koppers 9ee553221b
Merge pull request #5896 from daft300punk/master
Source maps: webpack serves null content from sourcesContent #5542
2017-11-10 08:00:10 +01:00
Tobias Koppers e375e23420
Merge pull request #5913 from michael-ciniawsky/fix
refactor(bin/webpack): use `err.name` for error handling
2017-11-08 21:48:12 +01:00
Michael Ciniawsky 68db551cff test(binCases/errors): throw `WebpackOptionsValidationError` for invalid configs 2017-11-08 06:52:00 +01:00
Michael Ciniawsky a88fdc74bf refactor(bin/webpack): use `err.name` for error handling 2017-11-07 10:37:09 +01:00
Antoine Caron 00daab2507 fixup! [fix] error on HMR with es6 bundles 2017-10-30 08:43:56 +01:00
Abhilash Singh 1a856937d1 Source maps: webpack serves null content from sourcesContent #5542 2017-10-29 04:49:42 +05:30
Shreyas Agarkar 95bbcc66e8 Update README.md 2017-10-23 11:28:34 +05:30
Antoine Caron 27e4d14a31 [fix] error on HMR with es6 bundles
Fix 5776
2017-10-20 16:20:02 +02:00
Tobias Koppers e5d03cbdb8 Rename UmdMainTemplatePlugin.test.js to UmdMainTemplatePlugin.unittest.js 2017-10-19 19:46:20 +02:00
Tobias Koppers 0c4d69b7c6 Merge pull request #5854 from webpack/ci/unit-integration
separate integration and unit tests, use codecov flags
2017-10-19 19:45:08 +02:00
Tobias Koppers b3f3edaa15 more time for the watch tests
instrumention could take a bit
2017-10-19 18:06:36 +02:00
Tobias Koppers 9ffd97c3c1 separate bot messages from integration and unit tests 2017-10-19 17:45:22 +02:00
Tobias Koppers 0c104a683f separate integration and unit tests, use codecov flags 2017-10-19 17:35:20 +02:00
Chris Joel 7c1971043d Clean up formatting. 2017-10-18 14:59:02 -07:00
Chris Joel 9a1034fa87 Fixes #5843 2017-10-18 12:48:52 -07:00
Tobias Koppers 168f92330e Merge pull request #5842 from jbottigliero/bugfix/stats.all
adds stats.all option the the webpackOptionsSchema
2017-10-17 21:31:28 +02:00
Joe Bottigliero c3d77bbcf3 Update webpackOptionsSchema.json
- adds `"type": "boolean",` for `stats.all`
2017-10-17 10:47:45 -05:00
Joe Bottigliero eb00961796 adds stats.all option the the webpackOptionsSchema 2017-10-17 10:31:38 -05:00
Tobias Koppers b8e6b4a100 3.8.1 2017-10-17 17:20:31 +02:00
Tobias Koppers bb5a072757 Merge pull request #5840 from webpack/bugfix/missing-stats-keys
add missing stats keys
2017-10-17 17:17:55 +02:00
Tobias Koppers c4bb0f410b add missing stats keys
fixes #5839
2017-10-17 16:43:29 +02:00
Tobias Koppers 1dc561865a 3.8.0 2017-10-17 11:15:06 +02:00
Tobias Koppers dfc34ce5f7 Merge pull request #5838 from webpack/bugfix/include-origin-in-parse-error
parser error no longer contain an absolute path
2017-10-17 11:08:30 +02:00
Tobias Koppers d96c01edcc remove absolute path from parse error 2017-10-17 10:41:09 +02:00
Tobias Koppers 64ac3f0f5a Merge pull request #5835 from jbottigliero/tests-statsCases
[tests] statsCases/module-deduplication
2017-10-17 09:33:50 +02:00
Tobias Koppers f61e7484ad Merge pull request #5837 from webpack/bugfix/async-dep-to-initial
fix behavior and add a warning when trying to load an initial chunk on demand
2017-10-17 09:33:17 +02:00
Tobias Koppers b597322e3c fix behavior and add a warning when trying to load an
initial chunk on demand
2017-10-17 09:06:05 +02:00
Joe Bottigliero 5c687cd49a [tests] statsCases/module-deduplication
- Uses `timings: false` for module-deduplication tests and updates expected output.
2017-10-16 13:48:50 -05:00
Tobias Koppers 5433b8cc78 Merge pull request #5825 from jbottigliero/fix-webpackOptionsSchema
[fix] webpackOptionsSchema
2017-10-16 15:12:02 +02:00
Joe Bottigliero 576187541a [fix] webpackOptionsSchema.json
- fixes failing stats tests by adding various options to the webpackOptionsSchema.json as well as fixing invalid options provided in test configurations.
2017-10-13 21:29:35 -05:00
Joe Bottigliero e0d4501fab [fix] webpackOptionsSchema
- Updates webpackOptionsSchema "stats" object to include "additionalProperties: false"
- Adds missing stats options
- Adds test for ensuring new stats options fail the schema check (if not included)
2017-10-13 17:12:24 -05:00
Tobias Koppers 33818bcbe4 Merge pull request #5812 from simon-paris/ignore-enoent-in-contextmodulefactory-resolvedependencies
Fix #5794 by ignoring ENOENT errors in ContextModuleFactory.addDependencies
2017-10-13 11:06:11 +02:00
Tobias Koppers 1bd8b74fb0 Merge pull request #5817 from webpack/bugfix/semetrical-chunk-reason
set chunk reasons symmetrical
2017-10-13 11:05:40 +02:00
Tobias Koppers 2d60f1379c Merge pull request #5823 from webpack/ci/exclude-old-version
Exclude testing in older versions
2017-10-13 11:05:25 +02:00
Tobias Koppers 0b6e9d284c Exclude testing in older versions
these versions are too slow
2017-10-13 11:04:39 +02:00