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

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -