alloy.babel - NOT MAINTAINED. USE ti.transform STACK INSTEAD
Appcelerator Titanium plugin which enables ES6, Pug (Jade), STSS support for Alloy projects
- Place all your code in the folder
src
instead ofapp
npm install --save alloy.babel
- Add
<plugin version="${plugin_version}">alloy.babel</plugin>
to yourtiapp.xml > ti:app > plugins
XML element. Note: this plugin should appear beforeti.alloy
plugin