Top "Browserify" questions

Browserify is a tool that packages Node.

Simple solution to share modules loaded via NPM across multiple Browserify or Webpack bundles

Pulling my hair out here looking for a simple solution to share code, required via NPM, across multiple Browserify or …

javascript node.js npm browserify webpack
What is the correct way to load polyfills and shims with Browserify

I'm building a web app and I'm getting to know and love Browserify. One thing has bugged me though. I'm …

node.js npm browserify
Get browserify require paths to behave more like requirejs

I'm finding that it's a pain when moving files around and constantly having to rewrite the file include paths to …

javascript node.js requirejs commonjs browserify
Compiling dynamically required modules with Browserify

I am using Browserify to compile a large Node.js application into a single file (using options --bare and --ignore-missing […

javascript node.js browserify
Browserify with paths to folders in my system

When I compile markdown-symbols using Browserify 3.30.2 (browserify file.js -o bundle.js), I get something like that : !function(e){if("…

javascript node.js browserify
Browserify import/require?

I'm trying to pick up browserify and have been through a number of examples. In one example I see the …

javascript ecmascript-6 browserify
Cypress ParseError: 'import' and 'export' may appear only with 'sourceType: module'

I updated Cypress from 3.0.3 to 3.1.3. Im using ES6 import/export modules which must be working related to docs. But Im …

javascript babeljs browserify e2e-testing cypress
Global require with Browserify v2

I want to use Browserify to bundle my files, but I then need to require one of the modules inside …

javascript module browserify
Gulp + browserify + 6to5 + source maps

I'm trying to write a gulp task allowing me to use modules in JS (CommonJS is fine), using browserify + 6to5. …

gulp browserify source-maps babeljs
Difficulty getting browserify-shim working with grunt-browserify (> 2.0.2) as transform

In version 2.0.2 of grunt-browserify, browserify-shim was removed from the module itself and converted to be used as a transform, rather …

javascript node.js gruntjs commonjs browserify