browserify / browserify/bundle-collapser

Not work with browserify --standalone

Open
#5 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
191
Forks
11
PR merge metrics
No merged PRs in 30d

Description

Hi!,

I can't make to work this module with the option --standalone of browserify.

I initially use:

```
browserify index.js --standalone customerInsight > build/client.js
```

In this case, I can access to customerInsight object in the browser.
But, when I use:

```
browserify index.js --standalone customerInsight | bundle-collapser > build/client.js
```

I can't access to the object (customerInsight).

What am I doing wrong?

Thanks!

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.