From 97119746671e42a5a9f287e5da97bf099162aa8e Mon Sep 17 00:00:00 2001 From: Glenn Vorhes <gavorhes@wisc.edu> Date: Wed, 11 May 2016 15:23:17 -0500 Subject: [PATCH] add browserify flag back into package --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index a50eaef..1be067e 100644 --- a/package.json +++ b/package.json @@ -60,5 +60,10 @@ "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.7.0" + }, + "browserify": { + "transform": [ + "babelify" + ] } } -- GitLab