Skip to content Skip to sidebar Skip to footer
Showing posts with the label Browserify

Sharing Common Code Across Pages With Browserify

I have a fairly large multi-page javascript applications that uses requirejs to organize code. I am… Read more Sharing Common Code Across Pages With Browserify

Browserify - Create Bundle With External Module

I'm really new to browserify world. I want to use this module peer-file, in order to allow the … Read more Browserify - Create Bundle With External Module

Gulp + Babelify + Browserify Issue

I'm trying to create a gulp task with browserify and babelify. Here is the task: var gulp = req… Read more Gulp + Babelify + Browserify Issue

Is It Possible To Shim Node's Fs.readfilesync() In React Native?

I want to port a number of packages written for NodeJS to React Native. For this purpose I created … Read more Is It Possible To Shim Node's Fs.readfilesync() In React Native?

Compiling Dynamically Required Modules With Browserify

I am using Browserify to compile a large Node.js application into a single file (using options --ba… Read more Compiling Dynamically Required Modules With Browserify

Cannot Read 'component' Of Undefined: Using Material-ui With Browserify

I'm using browserify to manage my dependencies, as suggested on the material-ui setup doc. When… Read more Cannot Read 'component' Of Undefined: Using Material-ui With Browserify