-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: webpack/webpack-dev-server
base: 2e501c86fb52ecb9b275e1c21eac9efa402f9974
head repository: webpack/webpack-dev-server
compare: aa3cddcf6eb2347704870f0e0cf33bc211e2a378
Commits on Nov 14, 2017
-
Update Examples And Add Hotness (#1183)
* adding common style to examples * giving the examples that new hotness * reorg examples based on exec type continuing restyle implement npm script method to run examples * moving / updating more examples fixed the root path of bundle.js in layout removed baddie console logs * continuing examples upgrade * wraping up examples update * fix up the cli tests since the examples path changed
Configuration menu - View commit details
-
Copy full SHA for b10c9eb - Browse repository at this point
Copy the full SHA b10c9ebView commit details
Commits on Nov 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8a11122 - Browse repository at this point
Copy the full SHA 8a11122View commit details
Commits on Nov 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6b2d7a0 - Browse repository at this point
Copy the full SHA 6b2d7a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c1d3e4 - Browse repository at this point
Copy the full SHA 6c1d3e4View commit details
Commits on Dec 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f967925 - Browse repository at this point
Copy the full SHA f967925View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2719590 - Browse repository at this point
Copy the full SHA 2719590View commit details
Commits on Dec 7, 2017
-
fixes #1217: edge case with default watchOptions value (#1218)
There is a problem when watchOptions is set to undefined in the options object. this.watchOptions is then set to undefined. We want an empty object so we can check poll property later.
Configuration menu - View commit details
-
Copy full SHA for ddc1e2c - Browse repository at this point
Copy the full SHA ddc1e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd3c176 - Browse repository at this point
Copy the full SHA fd3c176View commit details
Commits on Dec 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a9327e5 - Browse repository at this point
Copy the full SHA a9327e5View commit details
Commits on Dec 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e8964d1 - Browse repository at this point
Copy the full SHA e8964d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e89442 - Browse repository at this point
Copy the full SHA 7e89442View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef18fc8 - Browse repository at this point
Copy the full SHA ef18fc8View commit details -
don't mutate stats configuration (#1174)
The webpack configuration `stats` property has the same format as the `devServer.stats` property, so the same object is frequently reused to define the same stats output. Since webpack v3.8.0, the `stats` property is validated more strictly by webpack. webpack-dev-server is mutating this `stats` object by adding a `colors` property, which is an object and doesn't match the webpack configuration schema, causing a fatal error. The easy fix is to *not* mutate the `stats` object, so webpack isn't breaking with a fatal error. But we may also consider setting a valid `colors` property.
Configuration menu - View commit details
-
Copy full SHA for 32c3ceb - Browse repository at this point
Copy the full SHA 32c3cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for a168b81 - Browse repository at this point
Copy the full SHA a168b81View commit details -
iOS Safari 10 bug where SockJS couldn't be found (#1238)
* iOS Safari 10 bug where SockJS couldn't be found Fixes iOS Safari 10 bug. At the root, this works around a bug where Safari's eval's scope was getting confused. Something to do with [this issue](https://stackoverflow.com/questions/46036960/evaluated-expression-const-variable-scope-in-safari) [bug reference](#1090 (comment)) * named function to satisfy linter
Configuration menu - View commit details
-
Copy full SHA for aab49de - Browse repository at this point
Copy the full SHA aab49deView commit details
Commits on Jan 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c9c61f2 - Browse repository at this point
Copy the full SHA c9c61f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 082ddae - Browse repository at this point
Copy the full SHA 082ddaeView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 00e8500 - Browse repository at this point
Copy the full SHA 00e8500View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce30460 - Browse repository at this point
Copy the full SHA ce30460View commit details -
transpile client bundles with babel (#1242)
note: travis is acting up. we know this passed previously. merging and sorting it out afterwards.
Configuration menu - View commit details
-
Copy full SHA for 17355f0 - Browse repository at this point
Copy the full SHA 17355f0View commit details
Commits on Jan 6, 2018
-
* 2.10.0 * downgrading mocha. v4 doesn't play nice with wds
Configuration menu - View commit details
-
Copy full SHA for ca8b5aa - Browse repository at this point
Copy the full SHA ca8b5aaView commit details
Commits on Jan 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for aaf7fce - Browse repository at this point
Copy the full SHA aaf7fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e220fe - Browse repository at this point
Copy the full SHA 3e220feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6689cb8 - Browse repository at this point
Copy the full SHA 6689cb8View commit details
Commits on Jan 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 449494f - Browse repository at this point
Copy the full SHA 449494fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 676d590 - Browse repository at this point
Copy the full SHA 676d590View commit details
Commits on Jan 14, 2018
-
Merge pull request #1270 from yyx990803/client-refactor
Cleanup client build setup, fix IE<=11 compatibility
Configuration menu - View commit details
-
Copy full SHA for b0fa5f6 - Browse repository at this point
Copy the full SHA b0fa5f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c1ed7a - Browse repository at this point
Copy the full SHA 8c1ed7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b78e249 - Browse repository at this point
Copy the full SHA b78e249View commit details
Commits on Jan 19, 2018
-
Merge pull request #1273 from yyx990803/master
fix: pin strip-ansi to 3.x for ES5 compat
Configuration menu - View commit details
-
Copy full SHA for 3aa15aa - Browse repository at this point
Copy the full SHA 3aa15aaView commit details
Commits on Jan 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 83c1625 - Browse repository at this point
Copy the full SHA 83c1625View commit details
Commits on Feb 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a02c083 - Browse repository at this point
Copy the full SHA a02c083View commit details -
Configuration menu - View commit details
-
Copy full SHA for c004349 - Browse repository at this point
Copy the full SHA c004349View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86de93e - Browse repository at this point
Copy the full SHA 86de93eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 087bf04 - Browse repository at this point
Copy the full SHA 087bf04View commit details -
Don't rely on webpack's webpack-cli installed check
This doesn't work because it requires webpack-cli if it is installed, thus webpack-cli will startup which we do not want.
Configuration menu - View commit details
-
Copy full SHA for 8bc0e45 - Browse repository at this point
Copy the full SHA 8bc0e45View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb2f0a9 - Browse repository at this point
Copy the full SHA eb2f0a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6db2e85 - Browse repository at this point
Copy the full SHA 6db2e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9852a5f - Browse repository at this point
Copy the full SHA 9852a5fView commit details
Commits on Feb 17, 2018
-
Allow no publicPath or entry point (#1310)
* fix(addDevServerEntrypoints): allow no entry point to be given * test(entry): ensure src is added as default if no entry specified
Configuration menu - View commit details
-
Copy full SHA for e603e0d - Browse repository at this point
Copy the full SHA e603e0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc7288 - Browse repository at this point
Copy the full SHA cdc7288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 398c773 - Browse repository at this point
Copy the full SHA 398c773View commit details
Commits on Feb 25, 2018
-
Fix support for DynamicEntryPlugin (#1319)
* Fix incorrect use of assert library and unnecessary done callback * Add tests for each type of entry option * Add proper support for webpack's DynamicEntryPlugin
Configuration menu - View commit details
-
Copy full SHA for f4f14ce - Browse repository at this point
Copy the full SHA f4f14ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbea323 - Browse repository at this point
Copy the full SHA dbea323View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab4eeb0 - Browse repository at this point
Copy the full SHA ab4eeb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7378e3e - Browse repository at this point
Copy the full SHA 7378e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd10fa - Browse repository at this point
Copy the full SHA cdd10faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e7acca - Browse repository at this point
Copy the full SHA 1e7accaView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfe137c - Browse repository at this point
Copy the full SHA dfe137cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eedf10f - Browse repository at this point
Copy the full SHA eedf10fView commit details
There are no files selected for viewing
This file was deleted.