aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/server/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'mascara/server/util.js')
-rw-r--r--mascara/server/util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/mascara/server/util.js b/mascara/server/util.js
index 6ab41b729..af2daddb9 100644
--- a/mascara/server/util.js
+++ b/mascara/server/util.js
@@ -23,7 +23,7 @@ function createBundle (entryPoint) {
cache: {},
packageCache: {},
plugin: [watchify],
- })
+ }).transform('babelify')
bundler.on('update', bundle)
bundle()