-
-
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: bf741ce8143dc61e3e946536d1b1b42d3ed16355
head repository: webpack/webpack-dev-server
compare: 298341f0757e871896c1a7a27983d15f977fb209
Commits on Oct 17, 2015
-
6
Configuration menu - View commit details
-
Copy full SHA for 2e3ac57 - Browse repository at this point
Copy the full SHA 2e3ac57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4944529 - Browse repository at this point
Copy the full SHA 4944529View commit details
Commits on Jan 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 802dd7c - Browse repository at this point
Copy the full SHA 802dd7cView commit details -
Merge branch 'web-worker-hmr' of https://github.com/elliottsj/webpack…
…-dev-server into elliottsj-web-worker-hmr # Conflicts: # client/index.js
Configuration menu - View commit details
-
Copy full SHA for 6e75a44 - Browse repository at this point
Copy the full SHA 6e75a44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e2e8f8 - Browse repository at this point
Copy the full SHA 7e2e8f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a80e33 - Browse repository at this point
Copy the full SHA 2a80e33View commit details
Commits on Jan 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5b94506 - Browse repository at this point
Copy the full SHA 5b94506View commit details -
Prevent application from covering up webpack errors
Currently, my web application is getting rendered on top of the build errors/warnings, preventing me from seeing them. This CSS change seems to fix it.
1Configuration menu - View commit details
-
Copy full SHA for 4fda020 - Browse repository at this point
Copy the full SHA 4fda020View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dd3e2a - Browse repository at this point
Copy the full SHA 3dd3e2aView commit details
Commits on Jan 26, 2016
-
add
staticOptions
for expose express.static options pass in弘树 committedJan 26, 2016 Configuration menu - View commit details
-
Copy full SHA for e5f698d - Browse repository at this point
Copy the full SHA e5f698dView commit details
Commits on Jan 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ed43efa - Browse repository at this point
Copy the full SHA ed43efaView commit details
Commits on Feb 24, 2016
-
Permit newer (properly versioned) webpack@2 betas
Nicholas Kinsey committedFeb 24, 2016 Configuration menu - View commit details
-
Copy full SHA for 2021657 - Browse repository at this point
Copy the full SHA 2021657View commit details
Commits on Mar 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0f4bc2d - Browse repository at this point
Copy the full SHA 0f4bc2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35286d8 - Browse repository at this point
Copy the full SHA 35286d8View commit details
Commits on Mar 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d7d0741 - Browse repository at this point
Copy the full SHA d7d0741View commit details
Commits on Mar 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for be7d268 - Browse repository at this point
Copy the full SHA be7d268View commit details -
Merge pull request #436 from Smotko/update-ssl-certificates
Update self signed ssl certificates
Configuration menu - View commit details
-
Copy full SHA for 7df2812 - Browse repository at this point
Copy the full SHA 7df2812View commit details -
Merge pull request #430 from pcorpet/allow-variable-port
Guess server's port from current page.
Configuration menu - View commit details
-
Copy full SHA for e5df542 - Browse repository at this point
Copy the full SHA e5df542View commit details -
Merge pull request #419 from crohde7707/master
Update webpack-dev-server to accept a promise
Configuration menu - View commit details
-
Copy full SHA for 5269e76 - Browse repository at this point
Copy the full SHA 5269e76View commit details -
Merge pull request #412 from pyrotechnick/patch-3
Permit newer (properly versioned) webpack@2 betas
Configuration menu - View commit details
-
Copy full SHA for d532031 - Browse repository at this point
Copy the full SHA d532031View commit details -
fixes webpack-dev-server#403 and webpack-dev-server#402 and updates d…
…ev dependencies to use webpack 2 only
Configuration menu - View commit details
-
Copy full SHA for 0d150e9 - Browse repository at this point
Copy the full SHA 0d150e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d083a7 - Browse repository at this point
Copy the full SHA 4d083a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 831fa4b - Browse repository at this point
Copy the full SHA 831fa4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9356b65 - Browse repository at this point
Copy the full SHA 9356b65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8442a83 - Browse repository at this point
Copy the full SHA 8442a83View commit details
Commits on Mar 25, 2016
-
Merge pull request #385 from dickeylth/master
add `staticOptions` for expose express.static options pass in
Configuration menu - View commit details
-
Copy full SHA for fcd7b7e - Browse repository at this point
Copy the full SHA fcd7b7eView commit details -
Merge pull request #380 from BHSPitMonkey/patch-1
Prevent application from covering up webpack errors
Configuration menu - View commit details
-
Copy full SHA for 2c9a461 - Browse repository at this point
Copy the full SHA 2c9a461View commit details
Commits on Apr 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 924bd1b - Browse repository at this point
Copy the full SHA 924bd1bView commit details
Commits on Apr 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6dc80ec - Browse repository at this point
Copy the full SHA 6dc80ecView commit details
Commits on Apr 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 70bc376 - Browse repository at this point
Copy the full SHA 70bc376View commit details
Commits on May 6, 2016
-
Don't reload app upon proxy errors.
Previously the clientside application would reload whenever a proxy answered with an error reponse or in other ways behaved badly. This change removes that reloading behavior, as reload the clientside application probably won't fix any issue the proxy has anyway.
1Configuration menu - View commit details
-
Copy full SHA for a233ecf - Browse repository at this point
Copy the full SHA a233ecfView commit details
Commits on May 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 903c603 - Browse repository at this point
Copy the full SHA 903c603View commit details
Commits on May 15, 2016
-
Merge pull request #447 from svsool/bug
fix bug when src attribute not defined on last script element Merging this in favor of #394
Configuration menu - View commit details
-
Copy full SHA for 4ecbae6 - Browse repository at this point
Copy the full SHA 4ecbae6View commit details -
Merge pull request #478 from phillipj/patch-1
Don't reload app upon proxy errors.
Configuration menu - View commit details
-
Copy full SHA for 873d834 - Browse repository at this point
Copy the full SHA 873d834View commit details -
Merge pull request #470 from nightwing/patch-1
Allow running dev-server behind https proxy
Configuration menu - View commit details
-
Copy full SHA for 7fc08e8 - Browse repository at this point
Copy the full SHA 7fc08e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76a51d5 - Browse repository at this point
Copy the full SHA 76a51d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 991f2aa - Browse repository at this point
Copy the full SHA 991f2aaView commit details -
Merge pull request #439 from SimenB/hot-only
Add hot-only option to allow setting `only-dev-server` from cli or config
Configuration menu - View commit details
-
Copy full SHA for a77eac5 - Browse repository at this point
Copy the full SHA a77eac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9baae0a - Browse repository at this point
Copy the full SHA 9baae0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd61b99 - Browse repository at this point
Copy the full SHA dd61b99View commit details
Commits on Jun 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0cf7830 - Browse repository at this point
Copy the full SHA 0cf7830View commit details -
Merge pull request #499 from BROCKHAUS-AG/master
set headers on all methods to support e.g. CORS
Configuration menu - View commit details
-
Copy full SHA for 2f02d0c - Browse repository at this point
Copy the full SHA 2f02d0cView commit details
Commits on Jun 14, 2016
-
Return http.Server instance from listen
Return the `http.Server` instance from `listen` to [match the return value of the same function in express](https://github.com/expressjs/express/blob/31dd549f350accd7b4e3685c13f745e857557827/lib/application.js#L617).
Configuration menu - View commit details
-
Copy full SHA for 48e41f1 - Browse repository at this point
Copy the full SHA 48e41f1View commit details
Commits on Jul 21, 2016
-
Assigned --cacert CLI argument to correct options property
Ryan Graham committedJul 21, 2016 Configuration menu - View commit details
-
Copy full SHA for f27f1c2 - Browse repository at this point
Copy the full SHA f27f1c2View commit details
Commits on Jul 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ddb2b1f - Browse repository at this point
Copy the full SHA ddb2b1fView commit details
Commits on Aug 21, 2016
-
Merge pull request #537 from graingert/patch-1
pass `this` to setup. Fixes #536
Configuration menu - View commit details
-
Copy full SHA for 87ddebd - Browse repository at this point
Copy the full SHA 87ddebdView commit details -
Merge pull request #532 from ryan-codingintrigue/master
Assign --cacert CLI argument to correct server options property
Configuration menu - View commit details
-
Copy full SHA for d9266b9 - Browse repository at this point
Copy the full SHA d9266b9View commit details -
Merge pull request #506 from mjackson/patch-3
Return http.Server instance from listen
Configuration menu - View commit details
-
Copy full SHA for f5d7912 - Browse repository at this point
Copy the full SHA f5d7912View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eef9e6 - Browse repository at this point
Copy the full SHA 2eef9e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4946b25 - Browse repository at this point
Copy the full SHA 4946b25View commit details
There are no files selected for viewing
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.