Solved the compilation issues by simply updating babel boiler plate to the latest. Instead of using webpack (as in normal boilerplate) we are using rollup (upgraded from esperanto) for a cleaner build. Required quite a bit of changes to the gulp file for building. Testing is directly ported from boilerplate with the exception of exposing _ and Backbone globals in test environment
/cc @jmeas you may be interested in the gulpfile changes (using rollup instead of webpack for build ping babel/generator-babel-boilerplate#319)
/cc @paulfalgout @samccone
Solved the compilation issues by simply updating babel boiler plate to the latest. Instead of using webpack (as in normal boilerplate) we are using rollup (upgraded from esperanto) for a cleaner build. Required quite a bit of changes to the gulp file for building. Testing is directly ported from boilerplate with the exception of exposing _ and Backbone globals in test environment
/cc @jmeas you may be interested in the gulpfile changes (using rollup instead of webpack for build ping babel/generator-babel-boilerplate#319) /cc @paulfalgout @samccone
fixes #245