Ecosyste.ms: OpenCollective

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

webpack

webpack is THE build solution for modern web applications.
Collective - Host: opensource - https://opencollective.com/webpack - Website: https://webpack.js.org/ - Code: https://github.com/webpack

Merge pull request #133 from MrOrz/master

Use socket.io-sockets instead of the one in web_modules

github.com/webpack/webpack-dev-server - 5cd00791741ec422e8e74d2dc16145aeb8fbc399 authored almost 10 years ago by Tobias Koppers <[email protected]>
Merge pull request #127 from sakabako/master

Add proxy to allow working with a back end on a different server/port

github.com/webpack/webpack-dev-server - 755da194d58b98d095f79555616f367c8d20f6c3 authored almost 10 years ago by Tobias Koppers <[email protected]>
Use socket.io-sockets instead of the one in web_modules

github.com/webpack/webpack-dev-server - 3ea0c2ce1f16d421821d06029b0000e37f0e73c7 authored almost 10 years ago by MrOrz <[email protected]>
added deprecation warnings for using contentBase as a proxy

github.com/webpack/webpack-dev-server - 08981ac16f6cca1c644c2173105ecac813b11f90 authored almost 10 years ago by Stu Kabakoff <[email protected]>
Check for modifier key before pushState

github.com/webpack/docs - ba6e007808f60ab8d3f7c57ca05d2cf803658ef5 authored almost 10 years ago by Andres Suarez <[email protected]>
Merge pull request #57 from bryanlarsen/vagrant

add a Vagrantfile

github.com/webpack/react-starter - 0d3c1b0bb84981a4de0e0beb68ba6e83bb96d6e1 authored almost 10 years ago by Tobias Koppers <[email protected]>
add a Vagrantfile

github.com/webpack/react-starter - 19bf404a4ace020fdcdb42d8e578e938f1c5fa7e authored almost 10 years ago by Bryan Larsen <[email protected]>
Run all js files in app through babel-loader

github.com/webpack/react-starter - 0b0e2ca798c6bfb7f2761d274d1deb8217175067 authored almost 10 years ago by FoxxMD <[email protected]>
Use babel-loader instead of jsx-loader

* Installed babel-loader module
* Use babel-loader to load files with .jsx instead of jsx-loader

github.com/webpack/react-starter - 7ebfd5483d8a0f23f56012407024bf6491be2d9d authored almost 10 years ago by FoxxMD <[email protected]>
Merge pull request #21 from jondlm/master

Added very basic mocks for `net` and `dns`

github.com/webpack/node-libs-browser - 7cc15f2903e44c4989db2906f6234f97de5ea0cb authored almost 10 years ago by Tobias Koppers <[email protected]>
Fixed route not being prerendered.

github.com/webpack/react-starter - f694f535b4f7928b63fb53b6a1c72ccf7a0474f6 authored almost 10 years ago by Barry Staes <[email protected]>
Added NotFound page.

github.com/webpack/react-starter - 51b6affa65065de65f4836c466993da147763eef authored almost 10 years ago by Barry Staes <[email protected]>
allow configuration of proxy with an object rather than just a string. Print the proxy targets on startup.

github.com/webpack/webpack-dev-server - 675b62b4ff9f1313c1139a1832c9c1d20c736235 authored almost 10 years ago by Stu Kabakoff <[email protected]>
Added very basic mocks for `net` and `dns`

github.com/webpack/node-libs-browser - ca39b9c3896e4ebd8d812290860141bcc122f851 authored almost 10 years ago by Jon de la Motte <[email protected]>
:Lipstick:

github.com/webpack/react-starter - 772115425eb4e877e2ad861f14c97ad8a5356ee6 authored almost 10 years ago by Barry Staes <[email protected]>
Moved MainMenu to Application

github.com/webpack/react-starter - 9df9c33840e702737968725d962b33c03d9ef158 authored almost 10 years ago by Barry Staes <[email protected]>
Adding subroute for TodoList and TodoItem.

github.com/webpack/react-starter - ad65a2593698c9397d56b5a36ec7bac740f63a94 authored almost 10 years ago by Barry Staes <[email protected]>
Rename TodolistMenu

github.com/webpack/react-starter - 9f32ff151dde10df74e6fedbdbafd8aa2c2af613 authored almost 10 years ago by Barry Staes <[email protected]>
Added todo page (instead of showing TodolistMenu on somepage)

github.com/webpack/react-starter - c0eec7bfb92ce81d1427a4bc0bd57df48450fc3a authored almost 10 years ago by Barry Staes <[email protected]>
Fix home route: was handled as todo list.

github.com/webpack/react-starter - 5675837699da1c72e7a1f26f963db1232add43fd authored almost 10 years ago by Barry Staes <[email protected]>
Adding mainmenu, todolistmenu components.

github.com/webpack/react-starter - f4be0584d3005c9a3273066830b152b3eaa92309 authored almost 10 years ago by Barry Staes <[email protected]>
Merge pull request #103 from hswolff/api-default

Add default filename when using through api

github.com/webpack/webpack-dev-server - a5a9e2ef40e133063b6f680ddbcbc4bc76186a35 authored almost 10 years ago by Tobias Koppers <[email protected]>
added coffee-script instructions

fixed #12

github.com/webpack/react-starter - df17fe00b7cfe3a1a3d143869f2276b335951050 authored almost 10 years ago by Tobias Koppers <[email protected]>
Merge branch 'barrystaes-master'

github.com/webpack/react-starter - 6c597aee6ede75eec252c08555a5756e39c55613 authored almost 10 years ago by Tobias Koppers <[email protected]>
hide cached modules in dev-server

github.com/webpack/react-starter - e1b233c6e7891f3497e50587b77e5ae7be7ed2a0 authored almost 10 years ago by Tobias Koppers <[email protected]>
Merge branch 'master' of https://github.com/barrystaes/react-starter into barrystaes-master

github.com/webpack/react-starter - cd0d5b04bd8861dec2bbd6a245797f06f6da73c0 authored almost 10 years ago by Tobias Koppers <[email protected]>
throw if filename option property isn't set in lazy mode

github.com/webpack/webpack-dev-server - 82dea4b215390069f83ef4f9338deada1352e42e authored almost 10 years ago by Harry Wolff <[email protected]>
added option to have the dev server proxy a path to another server

github.com/webpack/webpack-dev-server - 16417649e97769c4afc0048cc189e1ea093db07a authored almost 10 years ago by Stu Kabakoff <[email protected]>
Merge pull request #47 from barrystaes/patch-1

Fixed inconsistent syntax.

github.com/webpack/react-starter - 721943b2dfc3ba0e6c484ca418c4d491132b8eb6 authored almost 10 years ago by Tobias Koppers <[email protected]>
Fixed inconsistent syntax.

github.com/webpack/react-starter - f207c6ac9f6ab1ac49cffc1d800400b666cd058a authored almost 10 years ago by Barry Staes <[email protected]>
Fix readme page

github.com/webpack/react-starter - ac6acffed9a2d748a9ae7ebe0855021e052e924d authored almost 10 years ago by Barry Staes <[email protected]>
Adding markdown loader, readme page.

github.com/webpack/react-starter - 3ab5650489d24b5772b848c517b4e87f953efb27 authored almost 10 years ago by Barry Staes <[email protected]>
use older version for crypto

#19

github.com/webpack/node-libs-browser - d0111612b9f9dfbfee0be1236a9191eedfc17659 authored almost 10 years ago by Tobias Koppers <[email protected]>
updated deps

github.com/webpack/node-libs-browser - 9784406ea103c063bb9fd673018fa054b0f1c9db authored almost 10 years ago by Tobias Koppers <[email protected]>
Merge pull request #116 from troutowicz/option_tweaks

Add option to set IP and port inside webpack config

github.com/webpack/webpack-dev-server - 08f9b8771d0d92a96c32ba7f604deccce2f282e4 authored almost 10 years ago by Tobias Koppers <[email protected]>
Merge pull request #30 from magsout/master

Fixed image width on Firefox

github.com/webpack/docs - fe0cc8e14d5f989d2fc93414b0dd2d9b380b8ea4 authored almost 10 years ago by Tobias Koppers <[email protected]>
Fixed image width on Firefox

github.com/webpack/docs - 149b263a09483035dd4a84d89b4e70beb5ca32e5 authored almost 10 years ago by magsout <[email protected]>
Add option to set IP and port inside webpack config

github.com/webpack/webpack-dev-server - c200b6d75348505252e9fb0ad035b83eab14f578 authored almost 10 years ago by Tim Routowicz <[email protected]>
added disqus

github.com/webpack/docs - d0acdc70b14dff9c79ddbdfb16c7e23fe093bcc5 authored almost 10 years ago by Tobias Koppers <[email protected]>
Merge pull request #108 from pstoica/master

support sslPaths option for custom certificates

github.com/webpack/webpack-dev-server - dff1b7529e97a0b9a725e37141fd0cf1aa76d963 authored almost 10 years ago by Tobias Koppers <[email protected]>
key/cert/ca receive buffer directly instead of paths

github.com/webpack/webpack-dev-server - 018b649b2d3403ce4e3bba41d5b7485ec0c16d53 authored almost 10 years ago by Patrick Stoica <[email protected]>
Merge pull request #105 from nelix/update-socket-io

update socket.io to 1.3.3

github.com/webpack/webpack-dev-server - cf126c021f61490294dc2be1b93755b984ba9240 authored almost 10 years ago by Tobias Koppers <[email protected]>
Merge pull request #114 from troutowicz/spelling/grammar

Fix grammar/spelling

github.com/webpack/webpack-dev-server - 05932d6809b0d984c0163316b95fb85c0741271d authored almost 10 years ago by Tobias Koppers <[email protected]>
Merge pull request #18 from phated/patch-1

Bump the process module to get features like umask and version

github.com/webpack/node-libs-browser - 9c578407bdd6806a945bb6fd7cc1c24308f4ca42 authored almost 10 years ago by Tobias Koppers <[email protected]>
Bump the process module to get features like umask and version

github.com/webpack/node-libs-browser - dcc6dee10c125bd54e9ddb090b22fbac6714ed4d authored almost 10 years ago by Blaine Bublitz <[email protected]>
Merge pull request #44 from jonaswindey/patch-2

Update mainRoutes.jsx

github.com/webpack/react-starter - 05ce85d0849187101d5b07b04c471dca9d7f013b authored almost 10 years ago by Tobias Koppers <[email protected]>
0.5.0

github.com/webpack/core - b0cd9ba3f1e2e08819e1e3400787c421572f7b56 authored almost 10 years ago by Tobias Koppers <[email protected]>
cleanup

github.com/webpack/core - ee24ba71a7ea60b6434b38c9cd1f45a5af5335e6 authored almost 10 years ago by Tobias Koppers <[email protected]>
added support for custom functions in loaders list

added support for exclusive or matches
added support for "and" in test

fixes #8, fixes #9

github.com/webpack/core - 95352952061c576ff72d14bb5c62098f4fc2066c authored almost 10 years ago by Tobias Koppers <[email protected]>
updated source-map dep

github.com/webpack/core - 0d73b11c9065b7844243492a7efa27c22342ec45 authored almost 10 years ago by Tobias Koppers <[email protected]>
Merge pull request #14 from rayquiz/master

Fix alias resolution when symlink is used

github.com/webpack/enhanced-resolve - 8f4e8698f5f8a1efea54bd1649e2357f39bb7940 authored almost 10 years ago by Tobias Koppers <[email protected]>
Update mainRoutes.jsx

Fix for react-router 0.12.2

github.com/webpack/react-starter - a77fe4bce5e3398a5fecdea6c6d6cc01506506a9 authored almost 10 years ago by Jonas Windey <[email protected]>
Merge pull request #40 from dqdinh/patch-3

Fix README typo

github.com/webpack/react-starter - 67ce5191fb2b48cd1e1969c491d0754a6bb49c30 authored almost 10 years ago by Tobias Koppers <[email protected]>
Merge pull request #5 from gaearon/patch-1

Minor grammar and typo fixes

github.com/webpack/concord - 90c56b668c56190742a0a0ed250b52e679fb863f authored almost 10 years ago by Tobias Koppers <[email protected]>
Minor grammar and typo fixes

github.com/webpack/concord - 0b4ab4fa8cd5f49ac3c027c92ec7b83bf9096f0f authored almost 10 years ago by Dan Abramov <[email protected]>
Merge pull request #39 from jonaswindey/patch-1

Update package.json

github.com/webpack/react-starter - 6acb2d45f7343855963352d203ecbbcde138d9eb authored almost 10 years ago by Tobias Koppers <[email protected]>
updated dep

github.com/webpack/docs - b0232a2dfeb4d35798b11738147b4d1ccc14d4e6 authored almost 10 years ago by Tobias Koppers <[email protected]>
Fix grammar/spelling

github.com/webpack/webpack-dev-server - d1e00fb489e2e308357cfee7f3092e228a3a4fd2 authored almost 10 years ago by Tim Routowicz <[email protected]>
Fix README typo

github.com/webpack/react-starter - b205fbbe5a816b21895fd3702ade25bc73fe79a8 authored almost 10 years ago by Dave Dinh <[email protected]>
Update package.json

Updact react-router to 0.12.0 for issue #38 (https://github.com/webpack/react-starter/issues/38)

github.com/webpack/react-starter - 1d88b2edcf2cf36ef6cc0b52099150607bb9c3f2 authored almost 10 years ago by Jonas Windey <[email protected]>
added CheapOriginalSource

github.com/webpack/core - adcd6ae51e5d70c6c4c1934b7e41fe42947cb77f authored almost 10 years ago by Tobias Koppers <[email protected]>
update source-map dep

github.com/webpack/core - 28c082c400c4dd5a8ce85c7623d0a5ebdd4ba280 authored almost 10 years ago by Tobias Koppers <[email protected]>
use options.sslPaths.key instead of options.keyPath

github.com/webpack/webpack-dev-server - 76dd9ed6a3eeb1d83f412e0900e2b58db1309149 authored almost 10 years ago by Patrick Stoica <[email protected]>
support sslPaths option for custom certificates

github.com/webpack/webpack-dev-server - f934671205cdb1eebf9e86c7b75b94733bfafe2f authored almost 10 years ago by Patrick Stoica <[email protected]>
fixes CSS hash

github.com/webpack/react-starter - bcd8b14d698ca3972e6cd92291b8211de7dad2cb authored almost 10 years ago by Tobias Koppers <[email protected]>
enabled hash for css

github.com/webpack/react-starter - 8853747abcecd3a81bf753c6bfae5ae5059d6aa6 authored almost 10 years ago by Tobias Koppers <[email protected]>
changed default port

port 80 needs too much permissions
fixes #33

github.com/webpack/react-starter - 982fca3d3b57eac8f3f960d751dbc53cbff55f5c authored almost 10 years ago by Tobias Koppers <[email protected]>
Merge pull request #36 from yosiat/master

Adding support for woff2 in url loader

github.com/webpack/react-starter - 083cd33084a12e73d63b841382fdb54ffc2c15b4 authored almost 10 years ago by Tobias Koppers <[email protected]>
Merge pull request #26 from dtinth/content-length

add Content-Length header to response

github.com/webpack/webpack-dev-middleware - 531ea0ca22417101f0caebef7af5ba170e94b19f authored almost 10 years ago by Tobias Koppers <[email protected]>
Adding support for woff2 in url loader

github.com/webpack/react-starter - 4fbc4e948f32f3773642d76d1dc734174258ef20 authored almost 10 years ago by Yosi Attias <[email protected]>
Merge pull request #35 from yosiat/master

Adding missing file/url loader

github.com/webpack/react-starter - ce529c6e999e35b458b795a68776b7d78b4f41f7 authored almost 10 years ago by Tobias Koppers <[email protected]>
Adding url loader

github.com/webpack/react-starter - c444f23cec211692f56f19fd5bb789661a1fd618 authored almost 10 years ago by Yosi Attias <[email protected]>
Adding file loader

github.com/webpack/react-starter - 1f3325ee4cc6eb48317ac7ba5f9013df4fb566f8 authored almost 10 years ago by Yosi Attias <[email protected]>
update socket.io to 1.3.3

github.com/webpack/webpack-dev-server - ff74615a592169d478898532b83e7df16e73181f authored almost 10 years ago by Nathan Hutchison <[email protected]>
use res.send instead of res.end to enable etag.

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

github.com/webpack/webpack-dev-middleware - 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 ...

github.com/webpack/webpack-dev-middleware - d853e05792a4ceae0446ddb7d2375b5fab2361b4 authored almost 10 years ago by Thai Pangsakulyanont <[email protected]>
added scss as extension

github.com/webpack/react-starter - a3c60fe9a360f8f8d420f3c233ce8a084cc91ec7 authored almost 10 years ago by Tobias Koppers <[email protected]>
fixed bug when page name contains `.`

github.com/webpack/docs - 43ded39ab7158a28f3c220425f9335b385e1fda4 authored almost 10 years ago by Tobias Koppers <[email protected]>
Merge pull request #30 from daannijkamp/patch-2

Remove unnecessary semicolon

github.com/webpack/react-starter - e1a3475ec66307d24064a24f80887c9cb213b209 authored almost 10 years ago by Tobias Koppers <[email protected]>
Remove unnecessary semicolon

github.com/webpack/react-starter - 7756cc6c64d04bed116fe0ede8ebf3a8c28c0ef1 authored almost 10 years ago by Daan Nijkamp <[email protected]>
Merge pull request #29 from daannijkamp/patch-1

Minor changes make-webpack-config.js

github.com/webpack/react-starter - 6b2a47d19f7c99df386ff618b7ee482b62f47c38 authored almost 10 years ago by Tobias Koppers <[email protected]>
Minor changes make-webpack-config.js

stylesheetLoaders was mssing a semicolon

github.com/webpack/react-starter - 7d6d81ebb4653f9f61d1b4f3b72d7d1bbe7a78bd authored almost 10 years ago by daannijkamp <[email protected]>
Lazy and Performance

github.com/webpack/core - 4d2f75d257c5e8434f4a1b46100c950242b05461 authored almost 10 years ago by Tobias Koppers <[email protected]>
removed `hot` argument

github.com/webpack/react-starter - 7b42601bbeb955969326b454f836a094dbb2275c authored almost 10 years ago by Tobias Koppers <[email protected]>
Fix alias resolution when symlink is used

github.com/webpack/enhanced-resolve - 0ab255e3b178fc76dd5a70a4574ea7f1b228dd3a authored almost 10 years ago by pj.buffard <[email protected]>
Merge pull request #102 from clavery/master

use a monospace font for error output

github.com/webpack/webpack-dev-server - 741bd545c3cd3977e4afa51cd6c974573d360bbe authored almost 10 years ago by Tobias Koppers <[email protected]>
removed old stuff, added static file serving

github.com/webpack/react-starter - 2263dc925f2c03ecbd68e11b7589ba661e53d835 authored almost 10 years ago by Tobias Koppers <[email protected]>
use a monospace font for error output

github.com/webpack/webpack-dev-server - 39c70d64fbe93a7c4abf22e3475039d118fb9546 authored almost 10 years ago by Charles Lavery <[email protected]>
fix a bug with array entries

github.com/webpack/webpack-dev-server - 9dff89ac02d3f5a932c0668ffe2b231165795313 authored almost 10 years ago by Tobias Koppers <[email protected]>
casing

github.com/webpack/react-starter - 8258fac6cc08ca2a6fdc3015dee73694fa6ad4c0 authored almost 10 years ago by Tobias Koppers <[email protected]>
added error handling, load some page on demand

github.com/webpack/react-starter - d076ca35579c84b43266063c75ea8b54afbc3229 authored almost 10 years ago by Tobias Koppers <[email protected]>
Merge pull request #7 from deoxxa/patch-1

use a protocol-relative url for jQuery

github.com/webpack/analyse - 2f714c21060651816717a3989074dd399cb25b91 authored almost 10 years ago by Tobias Koppers <[email protected]>
use a protocol-relative url for jQuery

this allows jQuery to be loaded via HTTPS instead of only HTTP

github.com/webpack/analyse - 5957d0e93879f1a4fff380a9fb5e0edd95a81ec2 authored almost 10 years ago by Conrad Pankoff <[email protected]>
0.2.3

github.com/webpack/watchpack - 85798b20364ff909f2a745071be27015d577780e authored almost 10 years ago by Tobias Koppers <[email protected]>
Merge pull request #23 from dqdinh/patch-1

Fix typo in README.md

github.com/webpack/react-starter - ba33709ebf61ce0dbd027ca013c07276e9245dec authored almost 10 years ago by Tobias Koppers <[email protected]>
fixed #24

github.com/webpack/react-starter - 94b77f208a97d294988a3d3635bb5332a71e102c authored almost 10 years ago by Tobias Koppers <[email protected]>
Fix typo on README.md

github.com/webpack/react-starter - fb5d1749d900c834b802254ab9d6c1491f4a62da authored almost 10 years ago by dd <[email protected]>
use chokidar 1.0.0-rc2

github.com/webpack/watchpack - 932551946c558fc2b4e38f96bebf9701258dc478 authored almost 10 years ago by Tobias Koppers <[email protected]>