requirejs-babel
requirejs-babel copied to clipboard
updated to Babel 5.0.8, added browser polyfill and external-helpers
Update to latest babel looks nice, but what for the babelHelpers it there?
@mikach, @hipertracker seems to be invested in keeping requirejs-babel up to date. The babel team has referenced this repo as the way to use babel with requirejs. Can we merge these 2 forks or something? It'd be nice if we could get new versions into babel or npm.
@parris @hipertracker Hello and sorry for delays! Just updated babel version to 5.8.22 https://github.com/mikach/requirejs-babel/commit/fdd0f30203b773b05f15d45eef1e64980d06a2b0
Sounds good to me. This worked in our build system. I noticed that hipertracker's fork had the babel_core polyfill and external_helpers in there. Are these dependencies baked into the 5.8.22.min file or do we need to find a way to include separately? Maybe they are optional?