clappr / generator-clappr-plugin

Generator that scaffolds out a clappr plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a way to reuse traceur from clappr bundle

flavioribeiro opened this issue · comments

Can you elaborate a little bit on what you're planning to do so we can send our comments?

Sure @whadar, sorry for being so shallow. Traceur is the guy who enable us to write code in ES6, it's a transpiler. We need some code from it even on the final bundle, and here's the problem.

On Clappr itself we already have this code and we don't need to have it again on the standalone plugins. Our target on this issue is search for the best way to reuse traceur code inside clappr bundle, avoiding so much code on the plugin and saving a lot of bytes.

Closing this since we're not using traceur anymore.