Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/webpack/webpack-dev-server

Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
https://github.com/webpack/webpack-dev-server

Add warning for issues with Node.js v7

7eb7a921d6d95328c30783ed0a172906b0fface3 authored about 8 years ago by Kees Kluskens <[email protected]>
Fix colors in CLI not working when using stats as a string

E.g. using `stats: 'errors-only'` resulted in the CLI not displaying colors.

8a4b0709c9479b87bc3238e3ae690fd5a6c26df6 authored about 8 years ago by Kees Kluskens <[email protected]>
Simplify issue template

b0725359519cba858d4734c34ce8ce74ce692aff authored about 8 years ago by Kees Kluskens <[email protected]>
Bring back reloading the app after compiler warnings

With ed07c6537c143e1145335463aa2a5f37791b8cd8, reloading the app after compiler
errors AND warni...

5efc245455b121ecace492086c32102ec621a73e authored about 8 years ago by Kees Kluskens <[email protected]>
Fix tests after the schema change

2a74a08b994713eb3c31a14edfaed3d13c58d175 authored about 8 years ago by Kees Kluskens <[email protected]>
Disallow usage of `true` in `contentBase` option

This gave a confusing error since it isn't really allowed.

4131be587bd52ce57b3652e80df1a9205ac0fedd authored about 8 years ago by Kees Kluskens <[email protected]>
Allow `none` as value for the `clientLogLevel` option

Fixes #693

10db4a78cf2838a537cceae8a313566baef69c11 authored about 8 years ago by Kees Kluskens <[email protected]>
2.1.0-beta.11

a8743036b881e801dd5109466de45d56dbe97bc0 authored about 8 years ago by Kees Kluskens <[email protected]>
Fix `--open` flag opening wrong URL when using lazy mode

7cb0490bcaedd5ac32e6e1834b9da7a9de777303 authored about 8 years ago by Kees Kluskens <[email protected]>
Stricter validation for the `headers` option

20ad9a66e5120f4219e507ef0d0c282f85b40e54 authored about 8 years ago by Kees Kluskens <[email protected]>
update minimum required webpack version

1591af1eaf5e7db1efd3adb6bfe397c085470b8f authored about 8 years ago by Kees Kluskens <[email protected]>
Fix tests

d633daaf6c0ca9b30484b775467a93d55561071e authored about 8 years ago by Kees Kluskens <[email protected]>
Fix scheme validation failing in some edge cases

c4ba655f01094d0e6fdd2dd0a910bd83f90ff7fb authored about 8 years ago by Kees Kluskens <[email protected]>
Merge branch 'options-schema'

1de4edbbd024863534d2f67fb602afa536aee6ce authored about 8 years ago by Kees Kluskens <[email protected]>
Fix compatibility with webpack 2.1.0-beta.26

4660e771c0b9dfebbb29b63fd9ac410b26f0fa59 authored about 8 years ago by Kees Kluskens <[email protected]>
strip ANSI code before sending the message (#691)

59345b18ff492404a92dac232bc61a8358589475 authored about 8 years ago by 题叶 <[email protected]>
Fix compile errors appearing twice.

The `errorDetails` option for `stats.toJson` defaults to true.
This causes error messages to con...

7a0dc0c8f0da9d27387f96772aa24b2d84f596c6 authored about 8 years ago by Kees Kluskens <[email protected]>
Expose some client evens to the window for plugins

This allows plugins to act upon events (e.g. show a splash page when compiling)

Ref #481, #686

06c7773e9b6a0e3dbe43e53f605dbc221edc4e29 authored about 8 years ago by Kees Kluskens <[email protected]>
Hide http-proxy-middleware info messages

c8e1f20e6c526a9d5d8fdbda94c65202fdb7123a authored about 8 years ago by Kees Kluskens <[email protected]>
Fix proxy scheme validation

f6d24bec4fe88b93eb4b287a56b0184218130344 authored about 8 years ago by Kees Kluskens <[email protected]>
Remove proxy as a string from schema

4ae7a6f7a6fc18f9184c3a0a47bbe87220a3e832 authored about 8 years ago by Kees Kluskens <[email protected]>
Merge branch 'master' into options-schema

98e4e6937637a9e6a643aace569e8335f9d5c46e authored about 8 years ago by Kees Kluskens <[email protected]>
Remove proxy as a string option (`{ proxy: "/api" }`), which wasn't working anyway

dc3eed75a03f3bb6788d5be8fd4c493ca8b9890f authored about 8 years ago by Kees Kluskens <[email protected]>
Update https example

57e0f897bbc42f00d9e7f51b281652503e1be9d2 authored about 8 years ago by Kees Kluskens <[email protected]>
CLI finds and uses 1st available port when none specified. (#685)

5bee6bb4231221699c4cd5c13980664764e31fad authored about 8 years ago by Ben Wiley <[email protected]>
Add some simple tests for validation

b284c6fe07a57f41b82ad4d72061edcf820f5250 authored about 8 years ago by Kees Kluskens <[email protected]>
Update examples to work with upcoming webpack v2 beta

46f19f9aea8bbecf0f301d032470d3c0fd5f964a authored about 8 years ago by Kees Kluskens <[email protected]>
Add more schema descriptions

266bdf0457ef2f3ab98f0073524e569ef7596189 authored about 8 years ago by Kees Kluskens <[email protected]>
Update minimum required webpack version since there are backwards incompatible changes

2e87df4b1d3939e7cd88bda8d1ae8aed476bd5f3 authored about 8 years ago by Kees Kluskens <[email protected]>
Implement own validation error instead of using the webpack one

0a2d1d3d708077618cfd5d663ad737a6b3ea3284 authored about 8 years ago by Kees Kluskens <[email protected]>
Remove `outputPath` option in CLI that had no effect

6abb0605145a85a30ce0295527be76951ccd5a93 authored about 8 years ago by Kees Kluskens <[email protected]>
Allow regex in `filename` option

264716f36d46ccc57808dadd6ca1420b6c40f49b authored about 8 years ago by Kees Kluskens <[email protected]>
Add more options to schema from webpack-dev-middleware.

cbc5d0e0a6d5ad86d2a04b4d50c5931ab5ed3fff authored about 8 years ago by Kees Kluskens <[email protected]>
Improve CLI output for errors.

3c23d5238cd82bf9a8582eea4afe05273d2578d2 authored about 8 years ago by Kees Kluskens <[email protected]>
Add more descriptions to schema

5ab6e17b91bfa5fb8553ae08e24b0595e84537ff authored about 8 years ago by Kees Kluskens <[email protected]>
Add initial webpack-dev-server options validation.

Relies on this PR in webpack: https://github.com/webpack/webpack/pull/3218

e9c4ceb9bfb91b01c61d0167867e921dd0b0b98f authored about 8 years ago by Kees Kluskens <[email protected]>
Remove deprecated `watchDelay` option that was broken anyway

b0ef61242ab802741604f26c7f489616719db78a authored about 8 years ago by Kees Kluskens <[email protected]>
Merge branch 'prevent-reload-on-errors'

35115438cea9a1046200f50a86808d97c8618186 authored about 8 years ago by Kees Kluskens <[email protected]>
Clarify that reload is prevented on compile warning / error

65aa7c6479ddbaaf179aee1b25f4595b3dfc4559 authored about 8 years ago by Kees Kluskens <[email protected]>
add maintainer to readme

5d62267f34dd3a60e767b0896c877af0411b57c5 authored about 8 years ago by Kees Kluskens <[email protected]>
Prevent reload on compiler warning or errors

Ref #209

ed07c6537c143e1145335463aa2a5f37791b8cd8 authored about 8 years ago by Kees Kluskens <[email protected]>
Make CLI startup output more fancy

Fixes #681

beaef817f43a090750c834a55f7270bde0bbb543 authored about 8 years ago by Kees Kluskens <[email protected]>
Merge branch 'fix-version-info'

58a5228538dd66e3f9117c1a106dda7029e8094f authored about 8 years ago by Kees Kluskens <[email protected]>
Show webpack validation errors nicely

Fixes #653

49c236d3b8c76d294499657f6fada8b3d4e6af78 authored about 8 years ago by Kees Kluskens <[email protected]>
Refactor CLI output on startup

It should be clearer now what actually happens when starting WDS.
Also, the URL it's running at ...

0ceabc60de4d45a563264ed2b5fc37f0dd571361 authored about 8 years ago by Kees Kluskens <[email protected]>
Changelog is now migrated to GitHub Releases

220ded6f3514baee547beff8684120e40f995f40 authored about 8 years ago by Kees Kluskens <[email protected]>
Spelling+grammar tweaks for contributing file

40ec907420f88f97658d698488cdf90dffc5d616 authored about 8 years ago by Kees Kluskens <[email protected]>
fix step order in contributing

4d2d5201058fc9c3c9bf87ff0da8704d62c9a42b authored about 8 years ago by Kees Kluskens <[email protected]>
Add initial CONTRIBUTING.md

8c8b8c0488e015f55dc8eb1e7349af89c3bed2b9 authored about 8 years ago by Kees Kluskens <[email protected]>
Fix --version and -v in CLI.

This is dependent on PR https://github.com/webpack/webpack/pull/3212

a2a9ac593650a340da632d1c523c3b1ee5698b24 authored about 8 years ago by Kees Kluskens <[email protected]>
Add changelog for 2.1.0-beta.10

ffdb6079a2f593a55c89a58c431b3ac314ca698f authored about 8 years ago by Kees Kluskens <[email protected]>
2.1.0-beta.10

af9c3712561effce0e4596806779531430b7c9e1 authored about 8 years ago by Kees Kluskens <[email protected]>
Fix incorrect URL when not using inline modus (introduced in #676)

36817dc175303ceb9cb86b0f5c47b573b5584a05 authored about 8 years ago by Kees Kluskens <[email protected]>
Merge branch 'new-certs'

e67721ff135ee6892bbc38b39efcb5c957d310d0 authored about 8 years ago by Kees Kluskens <[email protected]>
Tweak SSL certs

- A CA cert is not necessary because the issuer is not trusted anyway.
- Combined the cert and k...

e97741c84ca69913283ae5d48cc3f4e0cf8334e3 authored about 8 years ago by Kees Kluskens <[email protected]>
Upgrade yargs to v6

f5c3b438ade4322d4570cf0958c6756d75dc72cc authored about 8 years ago by Kees Kluskens <[email protected]>
Require node v0.12 and higher

This matches with the webpack repo, which also requires v0.12 and higher now.

7933041595b039403d7837a86dc00984fe3f7cb2 authored about 8 years ago by Kees Kluskens <[email protected]>
Fixed ipv6 [::] (#676)

* fixed ipv6 parsing and listening [::] with latest
* add example

272c78a74e2f9414d9ef41b56acec70bb19f4b5f authored about 8 years ago by New Future <[email protected]>
Option for listening to unix socket (#661)

9b7a14e12b7a6eb1358b0e2f3683270f047b45ac authored about 8 years ago by Gadzhi Gadzhiev <[email protected]>
Add license file

Fixes #663

964c652145b221f1e56d07ac8a2dab43c6dc6dd7 authored about 8 years ago by Kees Kluskens <[email protected]>
Deprecate contentBase with a URL or port

This was originally introduced before the `proxy` option was a thing.
Now we have the `proxy` op...

61b46bac419fc496852cb1b94e0b49451631a0e6 authored about 8 years ago by Kees Kluskens <[email protected]>
Remove redundant proxy error listeners

f779ef8560b5136db3c4dfed545540bb5dbbe4b7 authored about 8 years ago by Kees Kluskens <[email protected]>
Add changelog for 2.1.0-beta.9

974a11be450a3e9370043384eed301ca45905c63 authored about 8 years ago by Kees Kluskens <[email protected]>
2.1.0-beta.9

b32174c272040918eb2a9d10d4c80d622d4b6f04 authored about 8 years ago by Kees Kluskens <[email protected]>
Merge branch 'historyapifallback-struggles'

70fe50cb5af71ff6881e892f75087347558d4fa6 authored about 8 years ago by Kees Kluskens <[email protected]>
Fix contentBase taking preference over in-memory files

Also, the test I wrote earlier was not correct.

Ref #640

fb440b2646a106280e592f98b978b14b0370935b authored about 8 years ago by Kees Kluskens <[email protected]>
Add watch-content-base option (#649)

Fixes #350

b1abc23d9f41cc88334fb60951ca756ee5e21e05 authored about 8 years ago by Charles-Philippe Clermont <[email protected]>
Add support for ipv6 ip addresses (#644)

Use url.format to generate URI

b75ca49932bc99f40205808b55a3a620d07b589b authored over 8 years ago by Thomas Grainger <[email protected]>
Add failing test for #640

ca2251e9e88d74b0dedd03c7b951d47078f178a8 authored over 8 years ago by Filipe Silva <[email protected]>
Update connect-history-api-fallback to enable disableDotRule use (#638)

Currently, `webpack-dev-server` is requiring `connect-history-api-fallback@^1.2.0` which might r...

0b1f7cef8fd16ced0d3efa97aa33ed0c71108ba2 authored over 8 years ago by Filipe Silva <[email protected]>
sanity check that conn exists on connection (#637)

This prevents an edge case where null is passed (and aborts the server) on a new connection if a...

3eb2a922d152d66ed87f7feb75cbe8fe664b4961 authored over 8 years ago by James Skarzinskas <[email protected]>
Fix "no content base" option, this time with tests

3d55918d17a816bc354d249fd2f5f55faec40e77 authored over 8 years ago by Kees Kluskens <[email protected]>
Fix lazy mode example

993867632efe10a3a4da2ac19bfc92f959de4580 authored over 8 years ago by Kees Kluskens <[email protected]>
Tweak issue template

fc05e522eb19052238e2eda57b5f608a280afb7c authored over 8 years ago by Kees Kluskens <[email protected]>
Add changelog for 2.1.0-beta.8

2b8a040bdd298323eecc5d3f1d96a74514034f68 authored over 8 years ago by Kees Kluskens <[email protected]>
2.1.0-beta.8

ffb1e560d5cf14cc037db1ce1027c528599bc1f9 authored over 8 years ago by Kees Kluskens <[email protected]>
Add support for pfx files as ssl connection options (#631)

* Add support for pfx files as ssl connection options
* Add real example for pfx option

5d54f0294d34793bb3dcb46e3de5217bfeb1f32f authored over 8 years ago by Mohamed Eltuhamy <[email protected]>
Fix for web worker support (#632)

70671ffdc2aa2bbe9483f20b00ac92f1b68f4dcb authored over 8 years ago by Oskar Eriksson <[email protected]>
Fix historyApiFallback, again.

The problem earlier with the fix in #627 was that it broke serving files
without extensions (or ...

cb1b32fa6c57ec3ae9d16be129279df9448cb29f authored over 8 years ago by Kees Kluskens <[email protected]>
fix for #625 broken historyApiFallback (#627)

* fix for #625 broken historyApiFallback

* historyApiFallback rewrite option tests added

0d3a707accb0f8514ce4e648dd5b4f7fbbdcee7f authored over 8 years ago by Marchenko Alexandr <[email protected]>
Add basic tests for lazy mode

Ref #623

591ae97b574a5ad2cdf4d5373deb148a59f876fe authored over 8 years ago by Kees Kluskens <[email protected]>
Add extra test for #625

98a2ba905a3afb6d9f6f77b4a5347abe272d8ce1 authored over 8 years ago by Kees Kluskens <[email protected]>
Add failing test for historyApiFallback.

Ref #625

f06b560e7bd97a345ab2a82308cfc3104b59dcbd authored over 8 years ago by Kees Kluskens <[email protected]>
Add changelog for 2.1.0-beta.7

06a6d8e60bacacf50f450d98b21f7214a989181b authored over 8 years ago by Kees Kluskens <[email protected]>
2.1.0-beta.7

d316d77dff02fc2be173b6d5b6ab3dac80cb9552 authored over 8 years ago by Kees Kluskens <[email protected]>
Add minimum required node version

0.10 was the last node version all deps support

ee9181ca3ae40d35f8e419123423df51f2f40700 authored over 8 years ago by Kees Kluskens <[email protected]>
Use http/2 :)

25cbf8437aa08bf70d6d6304158dac90c10df8cc authored over 8 years ago by Kees Kluskens <[email protected]>
Add changelog for 2.1.0-beta.6

f9af408992d8aedb29dffd5c2c1d5177778e32a0 authored over 8 years ago by Kees Kluskens <[email protected]>
2.1.0-beta.6

6466363aab4c2b10e6073ef45c64ca081db6411b authored over 8 years ago by Kees Kluskens <[email protected]>
Remove stream-cache package

Fix #618

264c0548c9c3b92cbdbcbaa77b7ce9a481e18276 authored over 8 years ago by Kees Kluskens <[email protected]>
Add some fancy badges

52ecce68a026c2455ac2176f0951240a49a3098b authored over 8 years ago by Kees Kluskens <[email protected]>
historyApiFallback fix (#617)

a8587608898e5e4d6458eadce56f9fd2226365d7 authored over 8 years ago by aves84 <[email protected]>
Fix tests

f45440276f4c969f36232144a16524fb60541d5f authored over 8 years ago by Kees Kluskens <[email protected]>
Add test for `historyApiFallback`

Ref #623

0bdb8f62ee7bb1e56975d6ce942de88b9d0b286e authored over 8 years ago by Kees Kluskens <[email protected]>
Add first tests

Ref #623

8224306008a2c46378622203661701b517510060 authored over 8 years ago by Kees Kluskens <[email protected]>
Add callback for close API

1cf6549415b078c80e027edbf6279a183fbcb631 authored over 8 years ago by Kees Kluskens <[email protected]>
More friendly README

943e024216bd62d5ac2d1d7cad1614024a0fd405 authored over 8 years ago by Kees Kluskens <[email protected]>
fix for #612 (#613)

added additional `middleware` feature to express' use-chain after proxy to enable proxy-bypass r...

5cc0126ae25656d0c9fe4743f919a07ed630be96 authored over 8 years ago by Sannie Kwakman <[email protected]>
Add changelog for 2.1.0-beta.5

c2481db51ba08b3546e9150e6f1dc81b3fb5fec2 authored over 8 years ago by Kees Kluskens <[email protected]>
2.1.0-beta.5

2eebcfd4f050bb2b86149c881f07d4ea111ad09c authored over 8 years ago by Kees Kluskens <[email protected]>