From 3e1856950b0ed323a0ed77e9639a688290836b04 Mon Sep 17 00:00:00 2001 From: Eric Gillingham Date: Thu, 28 May 2015 09:40:09 -0700 Subject: [PATCH] Tell browserify to apply babelify transform Fixes #874 See https://github.com/babel/babelify#why-arent-files-in-node_modules-being-transformed --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 4abd5125..e6d2b990 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,8 @@ "uglify-js": "^2.4.20", "webpack": "^1.8.5", "yargs": "^3.7.2" + }, + "browserify": { + "transform": ["babelify"] } }