-
-
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: 8c1ed7aad263f6a7b850e63cf945388ddac84441
head repository: webpack/webpack-dev-server
compare: 5280ee77c50e377feed82f454ba04218ecbbd422
Commits on Jan 14, 2018
-
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 -
Configuration menu - View commit details
-
Copy full SHA for 6e1d886 - Browse repository at this point
Copy the full SHA 6e1d886View commit details -
Fix accidental skip of nearly all tests (whoops)
This was so stupid from me.
1Configuration menu - View commit details
-
Copy full SHA for 9934724 - Browse repository at this point
Copy the full SHA 9934724View commit details
Commits on Feb 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 31d94ab - Browse repository at this point
Copy the full SHA 31d94abView commit details -
Configuration menu - View commit details
-
Copy full SHA for c32cfa8 - Browse repository at this point
Copy the full SHA c32cfa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9921ecc - Browse repository at this point
Copy the full SHA 9921eccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c375aa6 - Browse repository at this point
Copy the full SHA c375aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f76182c - Browse repository at this point
Copy the full SHA f76182cView commit details
Commits on Feb 27, 2018
-
webpack-dev-middleware already uses this, should not be breaking unless you rely on WDS's exact output format.
Configuration menu - View commit details
-
Copy full SHA for f0534fc - Browse repository at this point
Copy the full SHA f0534fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d20757b - Browse repository at this point
Copy the full SHA d20757bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94398c4 - Browse repository at this point
Copy the full SHA 94398c4View commit details
Commits on Mar 1, 2018
-
1
Configuration menu - View commit details
-
Copy full SHA for f2db057 - Browse repository at this point
Copy the full SHA f2db057View commit details
Commits on Mar 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ef55984 - Browse repository at this point
Copy the full SHA ef55984View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b40391 - Browse repository at this point
Copy the full SHA 2b40391View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c9592e - Browse repository at this point
Copy the full SHA 3c9592eView commit details
Commits on Mar 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7b9269e - Browse repository at this point
Copy the full SHA 7b9269eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34a6cc3 - Browse repository at this point
Copy the full SHA 34a6cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a7f7d5 - Browse repository at this point
Copy the full SHA 3a7f7d5View commit details
Commits on Apr 7, 2018
-
speed up incremental builds by not doing excessive stats.toJSON work (#…
…1362) * speed up incremental builds by not doing excessive stats.toJSON work * turn more fields off from stats.toJSON since those other fields are not used
Configuration menu - View commit details
-
Copy full SHA for da33d2b - Browse repository at this point
Copy the full SHA da33d2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f4007 - Browse repository at this point
Copy the full SHA 50f4007View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7430648 - Browse repository at this point
Copy the full SHA 7430648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d3d912 - Browse repository at this point
Copy the full SHA 3d3d912View commit details
Commits on Apr 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e1b263a - Browse repository at this point
Copy the full SHA e1b263aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69a90c7 - Browse repository at this point
Copy the full SHA 69a90c7View commit details
Commits on May 2, 2018
-
update webpack-dev-middleware dependency to v3.1.3 (#1392)
* update webpack-dev-middleware dependency to v3.1.3 * removed semver from webpack-dev-middleware dependency
Configuration menu - View commit details
-
Copy full SHA for 623d337 - Browse repository at this point
Copy the full SHA 623d337View commit details -
Fix options schema inconsistency for
logLevel
(#1372)The correct level name expected by webpack-log is 'silent' rather than 'none'
Configuration menu - View commit details
-
Copy full SHA for 2dafb77 - Browse repository at this point
Copy the full SHA 2dafb77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c9f7c0 - Browse repository at this point
Copy the full SHA 5c9f7c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33be88d - Browse repository at this point
Copy the full SHA 33be88dView commit details
Commits on Jun 5, 2018
-
Fix path to webpack client hot reload scripts to be resolved relative…
…ly (#1416) * Fix path to webpack client hot reload scripts to be resolved relatively * Add tests for addDevServerEntrypoints hot/hotOnly branches
Configuration menu - View commit details
-
Copy full SHA for 3c1ff11 - Browse repository at this point
Copy the full SHA 3c1ff11View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.