Ecosyste.ms: OpenCollective

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

github.com/kriasoft/webpack-middleware

Run Webpack compiler as Express.js/Browsersync middleware
https://github.com/kriasoft/webpack-middleware

Merge remote-tracking branch 'webpack-dev-middleware/master'

a544385265d7b24f9045f5d73a7611a4ad3b7f83 authored almost 9 years ago by Konstantin Tarkus <[email protected]>
Merge pull request #72 from bluedaniel/master

waitUntilValid function using ready function

4f55fa7cc1f21f85300f4ddfb782a64f89a1f882 authored almost 9 years ago by Tobias Koppers <[email protected]>
waitUntilValid function using ready function

513c050c322765047c9526bba2017539a69debed authored almost 9 years ago by Daniel Levitt <[email protected]>
Merge pull request #62 from koteus/master

Allow slash in filename regex

45258060702e5a58371f9c5af4bc1f9884f61e0e authored almost 9 years ago by Tobias Koppers <[email protected]>
Allow slash in filename regex

75fa78788e85707c1abdf063677f3559f75d652a authored almost 9 years ago by Konstantin Kalbazov <[email protected]>
1.5.1

a9fc7f47ad5e1f8b8ea9df930dc69ffa7715beb9 authored almost 9 years ago by Tobias Koppers <[email protected]>
Merge pull request #59 from hzoo/patch-1

use res.end: reverting #27

a374161db69502da188c7f2feda61a887059603e authored almost 9 years ago by Tobias Koppers <[email protected]>
Add a guard for `res.send`, otherwise `res.end`

eb8c505f30ede23c511f88db3597fc959bbfcac2 authored almost 9 years ago by Henry Zhu <[email protected]>
use res.end: reverting #27

f8fc3f70261d9f3a8497cc584140a793b766250d authored almost 9 years ago by Henry Zhu <[email protected]>
1.5.0

e2a0298e6f5d058e16d6a194f0506833eef62959 authored almost 9 years ago by Tobias Koppers <[email protected]>
don't block request that are hashed and available

dbc441781e4bca45c6f4a37ba4223fd90a296bc9 authored almost 9 years ago by Tobias Koppers <[email protected]>
Merge pull request #27 from kgdev/patch-1

use res.send instead of res.end to enable etag.

50925859dcb45896775a75d728d40cb4fd37b08f authored almost 9 years ago by Tobias Koppers <[email protected]>
Merge pull request #55 from johnwchadwick/master

Fix serving index.html on Windows

0afbe7e3ff63770caa63728abc981c8801ea1537 authored almost 9 years ago by Tobias Koppers <[email protected]>
Use platform-agnostic pathJoin over path.join

Using path.join for memory-fs leads to problems on Windows, because the
path module will be path...

b8ca9f51ecefc2d462b9ff360d7211c08a2b6281 authored about 9 years ago by John Chadwick <[email protected]>
Support configurations with mixed (web/node) bundles

2f78a214f5b35998d9884a9a5d32928515b0defd authored about 9 years ago by Konstantin Tarkus <[email protected]>
1.4.0

75367b8cb14e541f144fcb8c6de58d00bd927621 authored about 9 years ago by Tobias Koppers <[email protected]>
webpack 2

bbb67c4eeae8187636e4de2a4475da677865cc9d authored about 9 years ago by Tobias Koppers <[email protected]>
1.3.0

fded9c66e1fe745bed65d6afc2a043e603079e1e authored about 9 years ago by Tobias Koppers <[email protected]>
updated dep

aa7011c827f95618b005ef477767eb14d6e9b0eb authored about 9 years ago by Tobias Koppers <[email protected]>
Fixed typo (specifiy -> specific)

b0de64858e6eeb75439280721c96995633c45fda authored about 9 years ago by Ingwie Phoenix <[email protected]>
Merge pull request #37 from andfaulkner/patch-1

Fixed a typo (optimation --> optimization)

204547c10aa450e9854e7e21495add99cd91ee1e authored about 9 years ago by Ingwie Phoenix <[email protected]>
Fixed a typo (optimation --> optimization)

adc58e19d4b4f107cd6f616b243c9652525a8c20 authored over 9 years ago by Andrew Faulkner <[email protected]>
1.2.0

15071bafc2da09b9b3b655d381a40890b9359545 authored over 9 years ago by Tobias Koppers <[email protected]>
updated dependencies

c7f0512f0af548dd1083b112100ec1a4b8ad8743 authored over 9 years ago by Tobias Koppers <[email protected]>
Merge pull request #32 from janraasch/feature/watch-options

Use watchOptions instead of solely allowing watchDelay

42e5778f44939cd45fedd36d7b201b3eeb357630 authored over 9 years ago by Tobias Koppers <[email protected]>
1.1.0

4f2b09eecc0470a2e0221e21f823bd02ba80df51 authored over 9 years ago by Tobias Koppers <[email protected]>
trigger invalid not on compile

(multiStep)

1e4fda41d28746a0927adc447c4f25a078ac87a3 authored over 9 years ago by Tobias Koppers <[email protected]>
allow rebuild trigger to support [xyz]

fixes #14

c35e6408b6b02ecdccc8ddd4a950654a29c2c872 authored over 9 years ago by Tobias Koppers <[email protected]>
Use watchOptions instead of solely allowing watchDelay

Use case:

```json
watchOptions: {
poll: true
}
```

in `webpack.config.js`.

This is analogou...

9b5c2078ad588f969eea6794d99c9b02667d8b03 authored over 9 years ago by Jan Raasch <[email protected]>
Merge pull request #26 from dtinth/content-length

add Content-Length header to response

531ea0ca22417101f0caebef7af5ba170e94b19f authored almost 10 years ago by Tobias Koppers <[email protected]>
use res.send instead of res.end to enable etag.

use res.send instead of res.end to enable etag.

7a29a2275b41c9d5c4aaf025ded4d33cf2043eac authored almost 10 years ago by kgdev <[email protected]>
add Content-Length header to response

When bundle is large, I download the script using XMLHttpRequest, so
that the download progress ...

d853e05792a4ceae0446ddb7d2375b5fab2361b4 authored almost 10 years ago by Thai Pangsakulyanont <[email protected]>
1.0.11

0901030163fb27260e4591df219ff27d670c0e97 authored over 10 years ago by Tobias Koppers <[email protected]>
Merge pull request #16 from ampedandwired/serve_index_html

Check for index.html when serving directories

b5efecb4b67216250975526b4cb65aed2c8a8511 authored over 10 years ago by Tobias Koppers <[email protected]>
Check for index.html when serving directories

82d31a2bd2b14af62e36b0a3796f7b0352677774 authored over 10 years ago by Charles Blaxland <[email protected]>
1.0.10

6306446393893748b5f0ff5c37a63f61e2266bf1 authored over 10 years ago by Tobias Koppers <[email protected]>
accept protocol-relative urls

7b828ececa3ff01a48e0ff750a0a696377f794fb authored over 10 years ago by Tobias Koppers <[email protected]>
Moved to memory-fs module webpack/webpack#98

90b10b133fbd245b50439427228bdf97909e0680 authored over 10 years ago by Tobias Koppers <[email protected]>
1.0.9

aa79bc9c1dae7e064d2dabc806156af6190b7667 authored over 10 years ago by Tobias Koppers <[email protected]>
fixed bugs

96881e84faa572a9f99da41923d0c960ce8f8cdc authored over 10 years ago by Tobias Koppers <[email protected]>
1.0.8

bdbe1b40ad1c8ddae0d5ef7561b451c282b7d6f7 authored over 10 years ago by Tobias Koppers <[email protected]>
Merge pull request #13 from alexhancock/master

[output] Add a minimal output option for the middleware

9795efd759f9549e694b9a861a29eb353e11f068 authored over 10 years ago by Tobias Koppers <[email protected]>
[output] Implement removing the stats from output by using a stats: false value

68ac9aca311a138dce600c5e8b5607f6b40e2b67 authored over 10 years ago by Alex Hancock <[email protected]>
[output] Add a minimal output option for the middleware

9504cf60396599f107a54f8ce8dba6b8e8c9310b authored over 10 years ago by Alex Hancock <[email protected]>
1.0.7

updated dependency

5136829cdc4d57fcc4d6d882d4d7a79b30542838 authored over 10 years ago by Tobias Koppers <[email protected]>
1.0.6

3f560241cb6233caa07fb72583518cad473f326f authored over 10 years ago by Tobias Koppers <[email protected]>
Merge pull request #12 from sykopomp/master

Add close support

b51896d4103b88bb69a4b18f80714dad1d86ee8e authored over 10 years ago by Tobias Koppers <[email protected]>
Add close support

d80f73bf27f1b23ffd2cb36ba72f5d23080af3f3 authored over 10 years ago by Josh Marchán <[email protected]>
Merge pull request #9 from gunta/patch-1

Added repository field

a95d1f6870842ff2be664c537fb49deb19c53d46 authored over 10 years ago by Tobias Koppers <[email protected]>
Added repository field

f923e9455c4af84750d05849e3eda279b5947fc5 authored over 10 years ago by Gunther Brunner <[email protected]>
1.0.5

46ea5b5816dd0ef306b4230b0319b4ea99e5c7d6 authored almost 11 years ago by Tobias Koppers <[email protected]>
strip query from filename

fixes #7

e40cd28efaf5a337c63644be5618b72c4c4717ae authored almost 11 years ago by Tobias Koppers <[email protected]>
1.0.4

c201136dcd4510889c4ab49253cdc5f4a388e87a authored almost 11 years ago by Tobias Koppers <[email protected]>
fixed default value

a8bbb69ba28b51fd93cc7057bf218b76f4dcb2b9 authored almost 11 years ago by Tobias Koppers <[email protected]>
Merge pull request #6 from unfold/patch-1

Fix invalid next() invocation in filename resolver.

64a0e4d6ddc70a3e6a60ba73d68d0b99f267cdb0 authored almost 11 years ago by Tobias Koppers <[email protected]>
Fix a few minor syntax inaccuracies.

438652ddf94697992859f294ae02d84e160cd004 authored almost 11 years ago by Simen Brekken <[email protected]>
Fix invalid invocation in filename resolver.

a7f7fe131b1effb06923393ae71eef080fe8c802 authored almost 11 years ago by Simen Brekken <[email protected]>
export getFilenameFromUrl

ae0b1e5d7bbf9eddfac1c36ae71e6bfb85abc301 authored almost 11 years ago by Tobias Koppers <[email protected]>
update deps

e1ce70ea12bf6656aafa4d996a1d5a12b49e5e63 authored almost 11 years ago by Tobias Koppers <[email protected]>
export filesystem and invalidate

c9a6cad8e4adad8819e17dc5fb9f75e427ffc168 authored about 11 years ago by Tobias Koppers <[email protected]>
webpack 1.0

0ddcc3525c5af099fd468287ed8ef72a188f9619 authored about 11 years ago by Tobias Koppers <[email protected]>
webpack 0.11

51cf7d022848b31ac2da69d0bfbaf9583724e760 authored over 11 years ago by Tobias Koppers <[email protected]>
Merge pull request #4 from jhnns/master

Added MIME-Type guessing

3388616729c02665ed474087504335e55eb33f29 authored over 11 years ago by Tobias Koppers <[email protected]>
added mime-type guessing

a51750f63dc6fd8d20986ec457823557717e2f92 authored over 11 years ago by jhnns <[email protected]>
webpack as peer dep

b494ef41132ec6f9a564b6de9fefd05832f22db2 authored almost 12 years ago by Tobias Koppers <[email protected]>
webpack 0.10

8e2395981c3f30949a79fcb2524d7f32323e9b49 authored almost 12 years ago by Tobias Koppers <[email protected]>
Readme fix

bed744bec9a79861f9b4156a67f9babc84bd583e authored almost 12 years ago by Tobias Koppers <[email protected]>
fixed dependencies

b8e461db2fb111ee25cd923cf3abd0faf1a149d1 authored almost 12 years ago by Tobias Koppers <[email protected]>
webpack 0.9

a8005a3c17f391a5757cacda857a61085231aa56 authored almost 12 years ago by Tobias Koppers <[email protected]>
add a lazy mode on watch = false, which rebundles on every request.

Related to peerigon/alamid#144

619f79d6eb0de6299a3a8535856d875acbe8ced9 authored almost 12 years ago by Tobias Koppers <[email protected]>
fixed path bug

af7673c655668232daabab0c8cf7abe7ee899efe authored about 12 years ago by Tobias Koppers <[email protected]>
webpack 0.8, and changed options API

67c63e32000bdf4b4424f4c64d1831ed7166757c authored about 12 years ago by Tobias Koppers <[email protected]>
push version

ac86dc9d898bd1105d4a4557816919b4260a9bed authored about 12 years ago by Tobias Koppers <[email protected]>
Merge pull request #1 from rdrey/master

Added Content-Type header

f8cbd71c09b97ff44f724d0755c746f75cba71f6 authored about 12 years ago by Tobias Koppers <[email protected]>
Added Content-Type header

Removes a warning from Chrome.

10b53202e042d56e6744af7b2393c46bc739da08 authored about 12 years ago by Rainer Dreyer <[email protected]>
fix some not quiet output

45ab2a8bf61549e72c6d249b1cc81c264ea359ed authored about 12 years ago by Tobias Koppers <[email protected]>
added gitattributes

ac79fa0c46b3f932f3d9ab384722ab24e880d3c8 authored about 12 years ago by Tobias Koppers <[email protected]>
let the user disable the output

d1e41f3b077ac79a23dbfd9d9755861645a78c88 authored about 12 years ago by Tobias Koppers <[email protected]>
added CORS

ccdb241581b92b160c251f1f9772478870be95b1 authored over 12 years ago by Tobias Koppers <[email protected]>
webpack 0.7

8335f929d37151c69d3cc586b48ce3c45816c3dc authored over 12 years ago by Tobias Koppers <[email protected]>
fixed typo

bb35a58a80ad911114ef6e55e64e5d37b5d88c6a authored over 12 years ago by Tobias Koppers <[email protected]>
throw errors

3b0ac62fd93ca1c00c771f0f20d58f37c2cf6377 authored over 12 years ago by Tobias Koppers <[email protected]>
update to webpack 0.6.x

7dae792908ff1d862f5ae323bb71b1920bbff03a authored over 12 years ago by Tobias Koppers <[email protected]>
Fixed package.json

120dd0158250d477a0bdbe776ebeee790808d6b5 authored over 12 years ago by Tobias Koppers <[email protected]>
Initial commit

163cf506407013cedae774274b2f8594fe45daf7 authored over 12 years ago by Tobias Koppers <[email protected]>