browserify / browserify/factor-bundle

Browser Unpack Example Does Not Work

Open
#76 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
397
Forks
24
PR merge metrics
No merged PRs in 30d

Description

``` sh
$ browserify x.js y.js > bundle.js
$ browser-unpack < bundle.js | factor-bundle \
x.js -o bundle/x.js \
y.js -o bundle/y.js \
> bundle/common.js
```

`bundle/common.js` is created. Neither `bundle/x.js` or `bundle/y.js` are created. It is my understanding that these bundles should be created with the modules that exist in the common bundle being omitted.
- browserify@11.0.1
- factor-bundle@2.5.0
- browser-unpack@1.1.1

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.