From 2297f74319ecb30a9207d7f5330bf623ce12c9a6 Mon Sep 17 00:00:00 2001 From: Alexander Praetorius Date: Wed, 15 Mar 2017 06:06:35 +0700 Subject: [PATCH] UPDATE browserify transforms to apply 'yo-yoify' in remix when used in dependent modules --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e473df41b9..20731c7285 100644 --- a/package.json +++ b/package.json @@ -90,6 +90,9 @@ "parser": "babel-eslint" }, "browserify": { - "transform": ["babelify"] + "transform": [ + ["babelify"], + ["yo-yoify"] + ] } }