edasque / sublime-lebab

This is a Sublime Text plugin for kebab which transpiles your ES5 code to ES2015. It does exactly the opposite of what babel & babel-sublime do
MIT License
2 stars 0 forks source link

allow enable/disable flags in config file #1

Open justin-hackin opened 8 years ago

justin-hackin commented 8 years ago

I think this is important as "The recommended way of using Lebab is to apply one transform at a time" . I tried to add "--disable commonjs" to the end of the path but that doesn't work. Nodejs v6.3.1 supports most ES6 features but not commonjs so the plugin become useless or tedious in this case.