aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 6ea02c52c..40f93f45c 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -501,6 +501,8 @@ function generateBundler (opts, performBundle) {
}
let bundler = browserify(browserifyOpts)
+ .transform('babelify')
+ .transform('brfs')
if (opts.buildLib) {
bundler = bundler.require(opts.dependenciesToBundle)