Ecosyste.ms: OpenCollective

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

github.com/webpack/webpack

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
https://github.com/webpack/webpack

Merge pull request #11267 from webpack/experiments/import-async

enable experiments.importAsync by default

1273b9eb96e1e8569643830f96df4ca6a0a4db97 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
remove more expected deprecations

94ad1656e513b6db6497c4360e18e7c7d3612851 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
update examples

a12ec28f9f22faa2f5461022f2adabe4da898f37 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
update snapshots and deprecations

4505a47e61da2edef986914f3c809c817bf29ff3 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #11265 from webpack/bugfix/back-to-root

improve and fix backtracing to root folder from nested directories

3e4c2ef87a055e47df15e655e6829083dc97d169 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
fix: minified versionLt did not match the original function

f3688dfb5781dc999eec067e8d667f98c7a1789d authored over 4 years ago by Michael Peyper <mpeyper7@gmail.com>
improve and fix backtracing to root folder from nested directories

305dab3ae115f999d15e1a40a1379043d2400e22 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #11209 from snitin315/fix/optimization-description

fix: optimization.emitOnErrors description

c715b1990fc390ffa9aff6c76d789da64b5a2133 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
chore(deps): bump terser-webpack-plugin from 3.0.8 to 3.1.0

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.0...

ab08f3694ca3a74e95c7901372efa92705681ad4 authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
enable experiments.importAsync by default

remove experiments.importAwait

dfc8e35f2db5b43fc55f203251fae95fad613a32 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #11264 from webpack/dependabot/npm_and_yarn/acorn-7.4.0

chore(deps): bump acorn from 7.3.1 to 7.4.0

6a6b6d7a6db53eae3b65ced03044c23d72adb673 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #11171 from snitin315/cli-options

exclude --module-rules-options from schema for cli

d39f16cf462995535b225e7636ea33b77a738a3a authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
use parseResource util function

add support for [fragment] too

29c3c5579d9db2c0df242aa5a168631ed716d554 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
feat: support `[query]` for asset modules

dcd9eb09e9eea5b7860d9d5023d20f2156a25cb5 authored over 4 years ago by evilebottnawi <sheo13666q@gmail.com>
feat: support `[query]` for asset modules

ac3ca46c838182e35a3aa30aaf838502cf10540b authored over 4 years ago by evilebottnawi <sheo13666q@gmail.com>
feat: support `[query]` for asset modules

70b44a7f86c1b508a0b5e1f08cd0ca9bb8fc61a4 authored over 4 years ago by evilebottnawi <sheo13666q@gmail.com>
Merge pull request #11260 from webpack/bugfix/mf

pass on shareScope in SharePlugin

91173c8b5aa0bc090134e40ec1555de21071ffdd authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
chore(deps): bump acorn from 7.3.1 to 7.4.0

Bumps [acorn](https://github.com/acornjs/acorn) from 7.3.1 to 7.4.0.
- [Release notes](https://g...

bd6300689c499c2efc6b7c1fe458be6a78aeb76d authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #11261 from webpack/bugfix/script-load-multiple

fix script loading problem with multiple parallel runtimes

48ffa8e525e5bfc7a2eb3eccf14eac7f96f16fbd authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
fix script loading problem with multiple parallel runtimes

a69e5dbba8cb8d85b0b5b4122a2e9949b9982e46 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
Merge pull request #11259 from webpack/bugfix/resolve-context-modules

avoid removing relative path for absolute module directories in context

3e716895c2148047d1255f8f13dfbee0f71775f5 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
pass on shareScope in SharePlugin

2d842c0508f29d9adaa5eedb5e5ab9afd6a21409 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
avoid removing relative path for absolute module directories in context

d505d3c721c2e24272548c723d318d8ae7fe8876 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
tests: update cli snapshot

3501677c9250bbb87cd9b3171e763cc9f461f176 authored over 4 years ago by Nitin Kumar <snitin315@gmail.com>
fix: optimization.emitOnErrors description

ddaa68e19876a4589f82ed3d1506625a6f07b63d authored over 4 years ago by Nitin Kumar <snitin315@gmail.com>
Merge pull request #11254 from webpack/feature/asset-info-related

Related assets

7bcfb4f4d955ddc9b092e0956fd267c1ef46ae31 authored over 4 years ago by Tobias Koppers <tobias.koppers@googlemail.com>
update error log

71cc102af1be92d952ceb29d8e632b1c3edcc4f2 authored over 4 years ago by Garrett Johnson <garrett.kjohnson@gmail.com>
access document through window

94973fd240c52cc5ac86c1601d340c6a1e29400e authored over 4 years ago by Garrett Johnson <garrett.kjohnson@gmail.com>