How to include es5-shim in browserify bundle -



How to include es5-shim in browserify bundle -

should next in entry point:

var es5shim = require('es5-shim');

that gets included in bundle seems there has improve way , i'm missing it.

use -r require additional dependencies:

$ browserify -r "es5-shim" ...

browserify es5-shim

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -