Top "Browserify" questions

Browserify is a tool that packages Node.

Browserify: Use module.exports if required, otherwise expose global

I'm considering adopting browserify for some of my projects, but would like to make sure that others don't have to …

javascript browserify
Disable chrome react DevTools for production

I'm trying to browserify my react app for production using gulp and envify to setup NODE_ENV. So I can …

javascript google-chrome reactjs gulp browserify
Defining global variable for Browserify

I'm using SpineJS (which exports a commonjs module) and it needs to be available globally because I use it everywhere, …

browserify spine.js
Browserify cannot find module when trying to bundle many js files

This is my first day doing node, I'm having some problems trying to bundle some js files. MyFolder |-- app (…

node.js ssh browserify
How do I use Browserify with external dependencies?

I am trying to slowly introduce Browserify into my site, but I don't want to rewrite all the js and …

javascript jquery performance integration browserify
What is the difference between browserify/requirejs modules and ES6 modules

I'm still new to ES6 and module loaders and I'm currently looking at combining a browserify setup with ES6. I …

javascript module requirejs browserify ecmascript-6
Browserify with twitter bootstrap

There are many similar questions including answers here on stack overflow, but none of them have worked for me, so …

javascript twitter-bootstrap-3 browserify browserify-shim
Browserify with require('fs')

I was trying to use browserify on a file that uses the fs object. When I browserify it, the call …

html node.js require html5-filesystem browserify
Promise is undefined in IE11 using babel-polyfill

As the title says, even I'd like to use babel-polyfill to allow me to use promises in my code, but …

gulp browserify babel-polyfill
How to import part of object in ES6 modules

In the react documentation I found this way to import PureRenderMixin var PureRenderMixin = require('react/addons').addons.PureRenderMixin; How can …

javascript module browserify ecmascript-6 commonjs