Ecosyste.ms: OpenCollective

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

github.com/fuse-box/fuse-box

A blazing fast js bundler/loader with a comprehensive API :fire:
https://github.com/fuse-box/fuse-box

fix: allow fine tuning of chokidar to prevent ENOSPC errors (#1384)

* fix: allow fine tuning of chokidar to prevent ENOSPC errors

* fix: documentation updated fo...

563765aa3eefe652f0dbac14408690a13152dd12 authored over 6 years ago
refactor($review): Add public to methods and fix grammer

1376

61ae45eef34e7e7bbf6c9373740e4cb57e7fd285 authored over 6 years ago
fix($target): fluent api method target() does not split target and language level

A target can be specified by init() or using the fluent api method target(). The first one split...

812fa63282c53dc41480ece20334a61f18d3d977 authored over 6 years ago
refactor($review): Add get for methods that return a value

1376

d8b50f8905e66f55c2a4e63bdaa681ca0956145c authored over 6 years ago
chore: publish 3.6.0-next.5

82e6b880e819b51d24fc39131c9b871f69fb5501 authored over 6 years ago
fix: Remove legacy obj-rest-spread plugin from acorn

a827c6241a82ee789634dd9a42eaa2a0bf73ba3e authored over 6 years ago
chore: publish 3.6.0-next.4

87cc868db617adb0467e16ef735b018f1ec13be5 authored over 6 years ago
fix(CSSModules): use correct CSS file path (#1377)

f3f067f855b09c6c950b393af7dfada7f1f00f44 authored over 6 years ago
Update README.md

69343aab6c4fe87125af276b5950f1a5c5274064 authored over 6 years ago
Update README.md

ebf0f2d94187f78ee3443fd2768917004bdc4f7c authored over 6 years ago
docs: readme

1a35ce2e3ae2f02046daf861d045155dd8f714fd authored over 6 years ago
docs: fix algolia logo and navpusher on mobile

b81ded9eed90463f68d94057b8ffb5f3041fa6de authored over 6 years ago
docs(website): Add search powered by Algolia

873a3a16ccf0a1973ff788c054d7049a41968563 authored over 6 years ago
feat: add optional `filterFn` parameter to `Bundle.watch()`

`filterFn?` is a function filters which watch changes trigger a
re-bundle, as an alternative to ...

0c91f2085657b543933aa209882713bd7ea492d7 authored over 6 years ago
chore(website): Add Google Analytics

3845acd7c722c320fa926ac73f1c1d94da62dc72 authored over 6 years ago
chore: release 3.5.0

e695d4803f7ce2db0ae594cb36255b1ecfb7e47b authored over 6 years ago
docs: Brand new website (#1369)

a9f33576f0c5bd3f66380cc8a3131385e556db88 authored over 6 years ago
chore: publish 3.5.0-next.12 and increase test timeout

25478e1b7cb303997262180f41e86065b15a01a7 authored over 6 years ago
fix(Quantum): fix Quantum CSS paths without splitConfig

0ec4058e508a2deee5f5ad6e36b7b726182e73cc authored over 6 years ago
chore: publish 3.5.0-next.11

8ad4d2fe2623c7106b66274523342a0dc6b44094 authored over 6 years ago
build(devDependencies): Use devDependencies instead of a custom Gulp task (#1356)

Using devDependencies enables more npm utilities to be used, like `npm audit`, `npm outdated`. I...

d58dfd83df7746642dbdb80aef2fe72238739353 authored over 6 years ago
test(Quantum): Quantum CSS splitting

07d570fc8cfa4b09f6277305186858ca677d05a8 authored over 6 years ago
fix(Quantum): VUE modules ignored dynamic imports

closes #1360
release: 3.5.0-next.10

d4be22561244b45fa098069e219d03eaaba5ea74 authored over 6 years ago
fix(Quantum): Quantum CSS splitting respects hashing

eafee772e5e0a3cc96580098a72e5bc9c489a9db authored over 6 years ago
fix(Quantum): Quantum CSS splitting loads sourcemaps on production

3e548ccbc2d46bb74cffe87e193d2c37134c2d42 authored over 6 years ago
feat(Quantum): Loading CSS chunks before split bundles are loaded and executed (#1355)

89800efbe6c6e6925d31e0069ed6352c9fa8f910 authored over 6 years ago
chore(bin/fusebox.js): Remove bin/fusebox.js as it can be specified as a dependency

fuse-box is now a dev dependency, so the version can be changed freely

545e5695e5a31d918ff4c0a0aacd610474756fc2 authored over 6 years ago
fix(Quantum): Prevent Quantum from creating empty chunks

fixes #1297 #1184

24f59152b81c54cf4e65d2995dd5cb94d93ce820 authored over 6 years ago
fix(Quantum): Quantum file resolution of conflicting libraries

9cea9e52ab138752a02cfd142a5ee11ccbe11a13 authored over 6 years ago
fix(quantum): Ignoring Dynamic imports when mixed with sync imports

dd664d59431084979d57993b2985f812127a8be7 authored over 6 years ago
refactor(test.js): Refine test runner and npm scripts.

- test.js script should be easier to understand
- test:once script is removed because it's not n...

d9b4e088071df4671531abcbba4ebde02fae0d27 authored over 6 years ago
docs(README): Refine Readme to be more modern and user friendly

e7e096c8db9d04d1da83ca5baa05a80cf381e07c authored over 6 years ago
chore(formatting): Introduce npm scripts for automatic formatting using Prettier (#1345)

* chore(formatting): Introduce npm scripts for automatic formatting using Prettier.

- Prettie...

4220dccb215fc4c225d1364e4b5ba0710ddc36fd authored over 6 years ago
docs(CONTRIBUTING): Refined contrubuting guidelines.

9a01d9bcc253eed6cd46515fdd7682e3bbfc546b authored over 6 years ago
chore: autoformat code using prettier

4be502403a93e4a84fcfa25f0eeb9086dd30f685 authored over 6 years ago
feat: Automatic css splitting and lazy load with dynamic imports

e600da7a6b1ee5375138284b73e9c9e4af5b571d authored over 6 years ago
chore: publish 3.5.0-next.4

4537d7eb195c7282becbec366960ac68a20a463d authored over 6 years ago
fix: HMR event and sourcemaps reload

closes #1324

86d9811bda47303e6a3df338199a15f7fdc85f56 authored over 6 years ago
fix: Upgrade fs-extra to remove fs.promises API warning (#1341)

e37caefeaac74a0433367915e169e925b9193f79 authored over 6 years ago
chore: publish 3.5.0-next.3

7f168876f44334effdb8e1746773f2d50be9dded authored over 6 years ago
fix: Update typescript version to fix a problem with build #1339

17594a448e6cb4df5d378a585934fa0b1beb08a7 authored over 6 years ago
fix: log.showBundledFiles ignored when log.enabled value missing

b1d1b178f5d7c1431842cb455e2491e28a83d659 authored over 6 years ago
chore: publish 3.5.0-next.2

46b0f2fb821d6f8edcfcd3608a58e9788643d90b authored over 6 years ago
fix: watcher can't resume if queue contains a rejecting promise

fixes #1335

84dd0f083e50f9907acb94001407a1165d07b61a authored over 6 years ago
feat: add test for scope packages with valid name

d4f26fdfabb54962efae5480e0a7ae39fafd08d2 authored over 6 years ago
fix: match against valid npm namespace + package name

3e2bf8e28b813512a52ecfe8ce1fd17628054908 authored over 6 years ago
docs: bundle.output replaced with bundle.context.output (#1333)

I'm pretty sure there isn't a bundle.output - instead this should be bundle.context.output.

08fec5d1f00144abbeeb23c43e00fbf0d0e913d1 authored over 6 years ago
docs: runtimeBundleMapping (#1315)

4b903548bc7b12499874476d8379890b74db6e9c authored over 6 years ago
feat: New Quantum target - browser/server/universal (#1323)

b77400ef0944bff54b7a49581adbc9e7f4938736 authored over 6 years ago
chore: remove unused dependency

572226502347dab7dd5c0943649f7f12b9cc89ce authored over 6 years ago
chore: publish 3.5.0-next.1

9f5b7034a9a8f85dee914a0c0d538978292e531d authored over 6 years ago
perf: swap minimist for getopts

eb48f849e17ee0785a34389855388f3d08d81943 authored over 6 years ago
fix: don't throw asset reference error on wildcard imports

d594e658b54ee77e12815dff2b7cb8edbab6d05f authored over 6 years ago
chore: release 3.4.0

9c7c61e0dbc6450dec98704a385f86690a595bf2 authored over 6 years ago
chore: publish 3.4.0-next.4

01f2808c3b17a84b338a07f580c716f78e4fa5a5 authored over 6 years ago
fix: Quantum CSS now respects tree shaking

52637a5daba3c88a7bc71f35b672b358a162f15b authored over 6 years ago
docs: Quantum CSS split

49285594fad58ab4bcd1506340aa928c333ba25b authored over 6 years ago
Merge branch 'feature/split-css-files-issue-1199'

048e0b9e6cf468ac914aec8dba625cece0e25ab6 authored over 6 years ago
chore: 3.4.0-next.2

6ec8189e6eedceb7daabe3c1b6fa59c17b83398d authored over 6 years ago
fix: remove node-sass from deps

bf305e210a86f6f46ffaa94b50f72cc969de09ff authored over 6 years ago
fix: add error handling, add backward compatability, update docs.

49ebf450a40e1af349fc90e7e182115e0ddbe58b authored over 6 years ago
feat: adjust `pre` option in webindex to a string instead of an object and update docs.

8d13bd968c9bbc72ac91f2beb269cdaf8b00fdfa authored over 6 years ago
fix: move devServer fallback after proxy

163ef97e77a3449f42c29650e211d12745b81f27 authored over 6 years ago
fix: Global keys order is respected in config, fixes #1304 (#1305)

* fix: Global keys order is respected is config

* fix: truthy check bad idea for checking tha...

722c501e3d864e7e2397e7422bf03c3d21e4e179 authored over 6 years ago
docs: cli

f680f49b7e7ceefd1387c9a6426155e393fac0fd authored over 6 years ago
docs: cli

1a76da7355fb6fac1d9412d93cd57d88ddcb40b7 authored over 6 years ago
chore: release 3.3.0

b5abe8cb5e6d75f32f331d8d29876c569a98f889 authored over 6 years ago
feat: added support for arrays in modulesFolder (#1293)

73e2f7361ab1cb01f4ae93e4bf882cc96b7e124b authored over 6 years ago
chore: publish 3.3.0-next.10

1f34eb09d80cf811a0fb605ac1841ccbc2b86966 authored over 6 years ago
feat: Working CLI (install skeletons)

87df46ab54c29c2ab74ce342d404ea78aa99c0ea authored over 6 years ago
chore: publish 3.3.0-next.9

8d49560d30026151581533888058e6342d0e8e6e authored over 6 years ago
docs: Updating CSSResourcePlugin (#1283)

Added doc for filesMapping option.

9e0eb11d46f2c5c5d41299ff718af32d7c663d29 authored over 6 years ago
feat: filesMapping option to CSSResourcePlugin (#1281)

* Adding filesMapping option to CSSResourcePlugin

This option allow developer to create a man...

8cd39db248406146d8d6ae77f2a84107f55b5993 authored over 6 years ago
feat: Runtime Bundle Mapping from global or window object (#1269)

* feat: Runtime Bundle Mapping from global or window object

* undone tests

* test: dynamic...

740f747e825f52a1afb757f518b6c1d16600d3e8 authored over 6 years ago
docs: fix typo in sparky waterfall-parallel

The & prefix means parallel, not waterfall.

b4beb3528636b6d003b5593fddceb1346a6ed33e authored over 6 years ago
fix: keep original source file extensions when using useTypeScriptCompiler option. (#1278)

5c39c94d05c651d046fef8ebd97e24d92393d2be authored over 6 years ago
fix: Fixed a critical bug with CSSPlugin and path overrides

import 'rc-menu/assets/index.css';
import 'rc-tree/assets/index.css';

Created only one "assets/...

b129f2dc2ce2380d858b5b1e8c4fa0c0ce12d7bc authored over 6 years ago
docs: chokidar watch

a13815949a16c6a37a41d2264470732149d43b9e authored over 6 years ago
chore: publish 3.3.0-next.7

174c08877875abb3e255c3b22465e71445e4e939 authored over 6 years ago
chore: publish 3.3.0-next.6

67fe2ea47398eebf9296ae3a7e2ca303e133c76d authored over 6 years ago
feat: Automatic alias mapping based on baseDir in tsconfig.json (ts)

8f1104033c7b0e81a0ad44c22562ca00329b8f88 authored over 6 years ago
chore: publish 3.3.0-next.5

079a95fbec986580a8c8ed9ec1ae824fbf0cfd83 authored over 6 years ago
feat: WebIndexPlugin accepts engine option

* Allow WebIndexPlugin to utilise Consolidate module

e0cba107d73ea43aecf3429d3f899d5897e09bf9 authored over 6 years ago
chore: publish 3.3.0-next.4

5652c0b0f59e9887907db4d5f0984c7accee6fda authored over 6 years ago
feat: devServer fallback (#1265)

1f5bbe318a59b9a65de8ee97471bbdd949029321 authored over 6 years ago
fix: Copy readme so it's included in npm

836ff4844365fc54add24229a417ddc882dbac9e authored almost 7 years ago
docs: CSSModules root

58877fdf485ca2449c07649520c8dd67fc5f3533 authored almost 7 years ago
feat: HTTPS devServer option (#1255)

0715cc395b173ab84171803b7208e6175a057ae5 authored almost 7 years ago
docs: Update configuration.md (#1253)

* Update configuration.md

Fix files readability.

* Update configuration.md

4ab274188bc77b477276b27c366571dad1a2d10d authored almost 7 years ago
docs: Update configuration.md (#1254)

Name correct meta key.

f29940aac69b970c277a7547e90f849ee247b7f9 authored almost 7 years ago
docs: Update of WebIndexPlugin.md (#1249)

Boolean typo fix

1951ef3f1a1e8fb276c2bb39ec599bd53613c190 authored almost 7 years ago
feat: WebIndexPlugin additional attributes support in script tags (#1246)

f790bfb0681dee4d25287408dad6694cc9290985 authored almost 7 years ago
fix: renaming generated files to allow several vue files in a folder

fcfbfa0f0fcfda092b0cabcce1d5f6d06b4eb470 authored almost 7 years ago
fix: ConsolidatePlugin- Template engine takes basedir not baseDir (#1236)

fix latest pull req

0d3dbc2222edafa6f92b4ee33ed0646c646db84b authored almost 7 years ago
chore: publish 3.3.0-next.3

89f03088af6b9974a9fb06332b6d251d066910ff authored almost 7 years ago
fix: syntheticDefaultExportPolyfill Check if frozen before attempting to defineProperty. (#1235)

* fix: syntheticDefaultExportPolyfill Check if frozen before attempting to defineProperty.

* ...

2c971e78bb1b4c0edd4aedd849bce01a095afd80 authored almost 7 years ago
feat: Consolidate Plugin - Pass baseDir & includeDir as options (#1225)

26e7ebe38145b6033d9ce90a8f83acf578e02c33 authored almost 7 years ago
fix: require statements ignored if not 'true' requires. fixes #1142 (#1229)

* fix: require statements ignored if not 'true' requires

* Revert "fix: require statements ig...

0b138f280335382899a7689a61476aa65364c644 authored almost 7 years ago
chore: Adds .editorconfig for consistency across contributors.

362b06496c5c716362a961f86736ddaf7faac906 authored almost 7 years ago
fix(tests): Remove message from error object to make test compatible with Node 9.

c36ac01658d65c42abc39248d5ffd18e6487552f authored almost 7 years ago