Commit 2297f743 authored by Alexander Praetorius's avatar Alexander Praetorius Committed by GitHub

UPDATE browserify transforms to apply 'yo-yoify' in remix when used in dependent modules

parent 7bd9b3fa
...@@ -90,6 +90,9 @@ ...@@ -90,6 +90,9 @@
"parser": "babel-eslint" "parser": "babel-eslint"
}, },
"browserify": { "browserify": {
"transform": ["babelify"] "transform": [
["babelify"],
["yo-yoify"]
]
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment