browserify icon indicating copy to clipboard operation
browserify copied to clipboard

browser-side require() the node.js way

Results 129 browserify issues
Sort by recently updated
recently updated
newest added

Hello, I've been using browserify in my project for a year and half now, all working well untill i needed the support of "import" sintaxe due to a dependency using...

**Steps for reproduction ** 1. `git clone https://gitlab.comics.unina.it/NS-Thesis/SecureP2PSocialNetworks ` 2. `yarn run build` 3. `cp {src,out}/index.html` 4. `xdg-open out/index.html` **Expected result ** An alert in the browser window,as executed in...

- [ ] node@10 compatible streams via `readable-streams@3` - [ ] `module-deps` module replacements without redirect module https://github.com/browserify/browserify/blob/e52476bdf6259a238c6d944dde6a9d6c85aad631/index.js#L718-L720 (includes dedupe redirects) - [ ] better hook for plugins to interact...

From https://github.com/brython-dev/brython/issues/1351: I'm hoping to load Brython into the client side code through Browserify, so that it can be bundled together with all other dependencies into one file. This seems...

It was caused by injecting `require('process')` line, even if you set browseField false fix #1835

Currently when `browserField: false` or `--no-browser-field` is used, builtin modules like `path` and `stream` are not resolved correctly. They go through the `resolve` module, which simply returns the module name...

I have a file (`settings.js`) that is compiled by browserify. I want it to require a `settings_local.js` file only if if it exists. From the documentation and source code, I...

Hi, I've been trying to figure out from the docs (and google) to implement externalization of modules in Browserify with no luck. I've implemented transform-runtime plugins, and used .external(filename) in...

This is currently on hold until Node decides on a modules implementation. See the https://github.com/nodejs/modules repo for proogress. --- Adds a Node-style `--experimental-modules` flag that tells module-deps (https://github.com/browserify/module-deps/pull/137) to treat...

Hi, Do you have source of png in assets ? Or could you add vectorized svg version ? It will help packaging of browserify for debian [email protected]