php-babel-transpiler icon indicating copy to clipboard operation
php-babel-transpiler copied to clipboard

Update to Babel 6

Open talyssonoc opened this issue 9 years ago • 1 comments

It must be updated to Babel 6, allow the user to declare Babel plugins/pressets on composer.json (probably using composer-extra-assets) and depend on options from .babelrc and/or a options associative array.

talyssonoc avatar Feb 04 '16 09:02 talyssonoc

Babel removed official support for non-Node.js environments, but you can use babel-standalone instead :)

Daniel15 avatar May 01 '16 01:05 Daniel15