-
## The devDependency [browserify](https://github.com/browserify/browserify) was updated from `16.2.3` to `16.3.0`.
🚨 [View failing branch](https://github.com/hakatashi/pixiv2kindle-chrome/compare/ma…
-
Browserify is an excellent way to modularize new frontend projects, but existing projects often require radical restructuring, if they've followed historically common bundling methods. RequireJS is le…
Qard updated
10 years ago
-
I have the following compile flow:
babel->browserify->exorciise->sorcery
so I would to apply magic to browserify sourcemaps , but since browserify has no cwd option, it will generate paths relative…
-
Is there any technical reason not to expose `external`/`exclude`/`ignore` options in `Browserify` constructor the same way it has been [done for `require`](https://github.com/substack/node-browserify/…
-
npm 2.14.12
biojs2galaxy 0.0.7
I've installed biojs2galaxy globally, and am now trying to install the MSA module, but getting the following errors:
```
$ biojs2galaxy -o config/plugins/visualizatio…
-
The `b.external()` documentation refers to excluding _files_, but is it for:
A) Registering a _string_ (module ID) that should be skipped during bundling
or
B) Registering a _file_ that should be e…
-
I find that myself and quite a few other people online seem to run into some variation of an error like this sonner or later:
```
...
events.js:72
throw er; // Unhandled 'error' event
…
-
## --ignore does not work without file extension
```
browserify-ignore
│ package.json
│ test-ignore.js
└───fixtures
browser.js
```
package.json
```
{
"name": "browserify-ignore",
"v…
-
I am using factor-bundle with watchify and gulp.
```
var gulp = require('gulp');
var gutil = require('gulp-util');
var source = require('vinyl-source-stream');
var browserify = require('browserify')…
-
Currently, if someone requests the "bare" URL (a URL w/out a filename) for a package with [a `browser` field](https://github.com/defunctzombie/package-browser-field-spec) in its package.json, that fil…